Add stall command
This commit is contained in:
parent
c56f4a8990
commit
91164dde90
10
home/bin/stall
Executable file
10
home/bin/stall
Executable file
|
@ -0,0 +1,10 @@
|
|||
#!/bin/bash
|
||||
|
||||
# stall: Do nothing, for a very long time.
|
||||
#
|
||||
# --Kirsle
|
||||
# http://sh.kirsle.net/
|
||||
|
||||
while [ /bin/true ]; do
|
||||
sleep 1337
|
||||
done
|
Loading…
Reference in New Issue
Block a user