#!/usr/bin/zsh while [ 1 ]; do; python2.7 /usr/local/bin/rotate.py; sleep 1; done