Beispiele zum Blogpost.
This commit is contained in:
10
teil25/notrap
Executable file
10
teil25/notrap
Executable file
@@ -0,0 +1,10 @@
|
||||
#! /usr/bin/bash
|
||||
|
||||
|
||||
touch /tmp/testfile
|
||||
|
||||
sleep 10
|
||||
echo "Ende der Arbeit"
|
||||
|
||||
rm /tmp/testfile
|
||||
|
||||
Reference in New Issue
Block a user