From 8552ccfcd84882a4e945081cddbfd5e082fb9e69 Mon Sep 17 00:00:00 2001 From: Rob Muhlestein Date: Sun, 27 Nov 2022 19:58:34 -0500 Subject: [PATCH] Add pylights --- scripts/pylights | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 scripts/pylights 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 +