Files

11 lines
91 B
Plaintext
Raw Permalink Normal View History

2026-01-17 09:36:55 +01:00
#! /usr/bin/bash
touch /tmp/testfile
sleep 10
echo "Ende der Arbeit"
rm /tmp/testfile