#!/bin/zsh -f if [[ -e `which autolux`]] ; then autolux else echo "Please install autolux with sudo pip install autolux" fi