summaryrefslogtreecommitdiff
path: root/waitfor
diff options
context:
space:
mode:
authorNæþ'n Lasseter <Næþ'n Lasseter nathan@bytemark.co.uk>2016-09-29 14:20:52 +0100
committerNæþ'n Lasseter <Næþ'n Lasseter nathan@bytemark.co.uk>2016-09-29 14:20:52 +0100
commit0c8741059abcaaed99e627e42b99c50a17abbf08 (patch)
treeaa3e5df103066eb68d39fea0b88db68ceb5570d5 /waitfor
parente6e6fe3cd13aaecf83cf3105c3fcd81db97481b5 (diff)
New scripts
Diffstat (limited to 'waitfor')
-rwxr-xr-xwaitfor5
1 files changed, 5 insertions, 0 deletions
diff --git a/waitfor b/waitfor
new file mode 100755
index 0000000..f83fa90
--- /dev/null
+++ b/waitfor
@@ -0,0 +1,5 @@
+#!/bin/bash
+
+while true ; do
+ $* && break
+done