Skip to content

Instantly share code, notes, and snippets.

@eighteyes
Created March 8, 2016 18:10
Show Gist options
  • Select an option

  • Save eighteyes/eb3d157dedf761335e2e to your computer and use it in GitHub Desktop.

Select an option

Save eighteyes/eb3d157dedf761335e2e to your computer and use it in GitHub Desktop.
System Of Random Todos
# Cleaning
Laundry
Box Pile
Floor Wires
alc video setup
empty moving boxes
clean work area
start keyboard desk
start monitor desk
# Creative
Write short form
Play Music
FILE=~/.todoisht
NUM=$(wc -l < ${FILE})
let LN=$NUM+1;
let X=$RANDOM%$LN
sed -n ${X}p ${FILE}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment