mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-21 03:12:48 +02:00
Tell the user just before sleeping for 7 seconds.
This commit is contained in:
@@ -31,7 +31,7 @@ tail_pid=$!
|
||||
# Arrange for the tail process to die after 12 seconds.
|
||||
(sleep 12; kill $tail_pid) &
|
||||
rm -f foo
|
||||
# echo sleep 7...
|
||||
echo sleeping for 7 seconds...
|
||||
sleep 7
|
||||
echo $ok > f
|
||||
mv f foo
|
||||
|
||||
Reference in New Issue
Block a user