Skip to content

Instantly share code, notes, and snippets.

@jameswhite
Created April 22, 2016 21:55
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jameswhite/0c4ff5e10c507a16b010e68f0f5f8b26 to your computer and use it in GitHub Desktop.
Save jameswhite/0c4ff5e10c507a16b010e68f0f5f8b26 to your computer and use it in GitHub Desktop.
alias hue_blue='curl -s "http://10.255.13.52/cgi-bin/hue.cgi?user=jameswhite&action=all_on&color=blue"'
alias hue_cyan='curl -s "http://10.255.13.52/cgi-bin/hue.cgi?user=jameswhite&action=all_on&color=cyan"'
alias hue_green='curl -s "http://10.255.13.52/cgi-bin/hue.cgi?user=jameswhite&action=all_on&color=green"'
alias hue_indigo='curl -s "http://10.255.13.52/cgi-bin/hue.cgi?user=jameswhite&action=all_on&color=indigo"'
alias hue_lavender='curl -s "http://10.255.13.52/cgi-bin/hue.cgi?user=jameswhite&action=all_on&color=lavender"'
alias hue_orange='curl -s "http://10.255.13.52/cgi-bin/hue.cgi?user=jameswhite&action=all_on&color=orange"'
alias hue_pink='curl -s "http://10.255.13.52/cgi-bin/hue.cgi?user=jameswhite&action=all_on&color=pink"'
alias hue_red='curl -s "http://10.255.13.52/cgi-bin/hue.cgi?user=jameswhite&action=all_on&color=red"'
alias hue_white='curl -s "http://10.255.13.52/cgi-bin/hue.cgi?user=jameswhite&action=all_on"'
alias hue_yellow='curl -s "http://10.255.13.52/cgi-bin/hue.cgi?user=jameswhite&action=all_on&color=yellow"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment