mirror of
https://github.com/rwxrob/dot
synced 2024-11-18 15:25:52 +00:00
6 lines
189 B
Bash
Executable File
6 lines
189 B
Bash
Executable File
#!/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
|
|
|