autolux-starter 133 B

1234567
  1. #!/bin/zsh -f
  2. if [[ -e `which autolux`]] ; then
  3. autolux
  4. else
  5. echo "Please install autolux with sudo pip install autolux"
  6. fi