.bin: Removed rep
Turns out watch is a thing
This commit is contained in:
parent
64ab114bde
commit
5c89f7e27d
12
.bin/rep
12
.bin/rep
@ -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
|
||||
|
Reference in New Issue
Block a user