Skip to content

Instantly share code, notes, and snippets.

@chazlever
Created March 28, 2012 01:12
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 chazlever/2222654 to your computer and use it in GitHub Desktop.
Save chazlever/2222654 to your computer and use it in GitHub Desktop.
A fun little alias for ls
#!/bin/bash
if [ $(($RANDOM % 100)) -gt 75 ]; then
/usr/games/sl -a
fi
/bin/ls $@
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment