1
0
.dotfiles/home/bin/stall

11 lines
135 B
Plaintext
Raw Normal View History

2014-10-08 18:16:54 +00:00
#!/bin/bash
# stall: Do nothing, for a very long time.
#
# --Kirsle
# http://sh.kirsle.net/
while [ /bin/true ]; do
sleep 1337
done