diff --git a/scripts/pylights b/scripts/pylights new file mode 100755 index 0000000..0e502a2 --- /dev/null +++ b/scripts/pylights @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +hidecursor +trap "setterm --cursor on; echo ${clear}; exit; trap -- - SIGINT SIGTERM" SIGTERM SIGINT +python /home/rwxrob/Repos/github.com/skilstak/pyfun/lib/pylights.py +