1
0
Files
UnixTools/delayrun.sh
2013-03-21 01:54:15 +01:00

5 lines
28 B
Bash
Executable File

#!/bin/sh
sleep $1
shift
$@