Skip to content

Instantly share code, notes, and snippets.

@dweeber
Created September 18, 2012 20:13
Show Gist options
  • Save dweeber/3745566 to your computer and use it in GitHub Desktop.
Save dweeber/3745566 to your computer and use it in GitHub Desktop.
Simple menu of common things located in /usr/local/bin/menu
echo
echo Menu of Common Things
echo ===============================================================================
cat <<EOF
Omxplayer .................. omxplayer -o hdmi filename.mp4
Locations of Stuff ......... locations
Turn On VNC server ......... vncserver :1 -geometry 1280x800 -depth 24
Switch to Videos ........... vidoes
Switch to /etc/network ..... networks
Status of Stuff ............ status
EOF
echo ===============================================================================
echo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment