Skip to content

Instantly share code, notes, and snippets.

@sstelfox
Created June 1, 2014 16:31
Show Gist options
  • Save sstelfox/f0a225b9d5cd76d8bea8 to your computer and use it in GitHub Desktop.
Save sstelfox/f0a225b9d5cd76d8bea8 to your computer and use it in GitHub Desktop.
Stupid bash tricks? Stupid bash tricks.
#!/bin/bash
touch readysetgo
clear
while [ -f readysetgo ]; do
sleep 0.1
done
sl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment