1
0
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:
Jim Meyering
2000-01-06 16:01:43 +00:00
parent d9b2187a8c
commit 8c0752d9be

View File

@@ -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