index
:
manut/vorlesung
master
schulung
vorlesung
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
distribution
/
yocto-advanced
/
meta-schulung-extended
/
recipes-app
/
greeting
/
files
/
hello-init.sh
blob: 1d400923ca1637875856ee67d24dabb372f90d0f (
plain
)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh case $1 in start) exec hello ;; stop) exit 0 ;; esac exit 1