bgscript, wakunode2

This commit is contained in:
Oskar Thoren 2021-06-07 16:48:02 +08:00
parent 454073a978
commit b918b73a5e
No known key found for this signature in database
GPG Key ID: B2ECCFD3BC2EF77E
2 changed files with 7 additions and 0 deletions

7
bgscript.sh Executable file
View File

@ -0,0 +1,7 @@
#!/bin/sh
sleep 1
echo "I'm the script with pid $$"
for i in 1 2 3; do
sleep 1
echo "Still running $$"
done

BIN
wakunode2 Executable file

Binary file not shown.