Advertisement
Guest User

Untitled

a guest
Mar 6th, 2015
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.27 KB | None | 0 0
  1. #!/bin/sh
  2. # https://github.com/tonsky/AnyBar
  3.  
  4. # usage:
  5. #   dot green
  6. # etc
  7.  
  8. # black
  9. # blue
  10. # cyan
  11. # green
  12. # orange
  13. # purple
  14. # red
  15. # white
  16. # yellow
  17. # question
  18. # exclamation
  19. # quit
  20.  
  21. echo Color change to $1
  22.  
  23. /bin/echo -n $1 | nc -4u -w0 localhost 1738
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement