1 Commits
1.7 ... 1.8

Author SHA1 Message Date
7ab41a9829 trap löschen auskommentiert. 2026-01-17 10:26:19 +01:00

View File

@@ -8,7 +8,7 @@ cleanup() {
trap cleanup exit trap cleanup exit
touch /tmp/testfile touch /tmp/testfile
trap - exit #trap - exit
sleep 10 sleep 10
echo "Ende der Arbeit" echo "Ende der Arbeit"