Subversion Repositories f9daq

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
117 f9daq 1
#!/bin/bash
2
 
3
echo "Bash start."
4
sleep $1
5
echo "Bash end."
6
 
7
exit 0