inital commit

This commit is contained in:
2022-09-01 16:41:03 +02:00
commit 9ace830bab
15 changed files with 391 additions and 0 deletions

5
test.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
echo hello $1 >>out.txt
sleep 20
echo bye $1 >>out.txt
exit 0