init
This commit is contained in:
commit
64e1fc08e4
6 changed files with 173 additions and 0 deletions
5
start.sh
Executable file
5
start.sh
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
trap "touch SIGINT.tmp; ls -l; exit" INT TERM
|
||||
trap "echo 'really exiting'; exit" EXIT
|
||||
echo Starting loop
|
||||
while true; do sleep 1; done
|
||||
Loading…
Add table
Add a link
Reference in a new issue