File: wait3

package info (click to toggle)
startpar 0.67-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 228 kB
  • sloc: ansic: 2,066; makefile: 88; sh: 57; cpp: 16
file content (13 lines) | stat: -rwxr-xr-x 133 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash

echo -n "one "
sleep 1
echo -n "two "
sleep 1
echo -n "three "
sleep 1
echo -n "four "
sleep 1
echo -n "five "
sleep 5