Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-17 09:56:53

0001 #!/bin/bash
0002 # file name: test.sh
0003 
0004 TIMETOWAIT="6"
0005 echo "sleeping for $TIMETOWAIT seconds"
0006 /bin/sleep $TIMETOWAIT