9 lines
74 B
Bash
9 lines
74 B
Bash
|
if [ -z $1 ]
|
||
|
then
|
||
|
sleep 25
|
||
|
else
|
||
|
sleep $1
|
||
|
fi
|
||
|
|
||
|
/bin/vs/cgi-bin/devscast.sh
|