Skip to content

Instantly share code, notes, and snippets.

@ddugovic
Created March 11, 2018 15:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ddugovic/5b1c707d489374e34c169d5ed183ce55 to your computer and use it in GitHub Desktop.
Save ddugovic/5b1c707d489374e34c169d5ed183ce55 to your computer and use it in GitHub Desktop.
Stream Loading...
#!/bin/bash
x=1
clear
while [ $? -eq 0 ]
do
x=$(( $x + 1 ))
/home/lila/sl/sl -dew -$x
done
clear && fortune | cowsay
@ddugovic
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment