.bin: Removed rep

Turns out watch is a thing
This commit is contained in:
Salt 2017-08-31 13:00:46 -05:00
parent 64ab114bde
commit 5c89f7e27d

View File

@ -1,12 +0,0 @@
#!/bin/bash
if [ -z "$@" ]; then
printf "rep: no commands specified\n"
exit 1
fi
while :; do
for command in "$@"; do
$command
done
sleep 1
done