Skip to content

Instantly share code, notes, and snippets.

@BleuLlama
Created June 24, 2015 19:17
Show Gist options
  • Save BleuLlama/521532bcabe9d2a662bf to your computer and use it in GitHub Desktop.
Save BleuLlama/521532bcabe9d2a662bf to your computer and use it in GitHub Desktop.
AnyBar shell script
#!/bin/sh
# https://github.com/tonsky/AnyBar
# black
# blue
# cyan
# green
# orange
# purple
# red
# white
# yellow
# question
# exclamation
# quit
echo Color change to $1
/bin/echo -n $1 | nc -4u -w0 localhost 1738
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment