scratchpad: repeat: run a command in a certain interval or as soon as it finishes
This commit is contained in:
Executable
+6
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
echo -n ' start '
|
||||
date
|
||||
sleep $1
|
||||
echo -n 'done '
|
||||
date
|
||||
Reference in New Issue
Block a user