1
0

Add stall command

This commit is contained in:
Noah 2014-10-08 18:16:54 +00:00
parent c56f4a8990
commit 91164dde90

10
home/bin/stall Executable file
View 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