5 lines
28 B
Bash
Executable File
5 lines
28 B
Bash
Executable File
#!/bin/sh
|
|
sleep $1
|
|
shift
|
|
$@
|