add scripts and config
This commit is contained in:
Executable
+11
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
NM=$(pidof gammastep)
|
||||
|
||||
if [[ $NM > 0 ]]; then
|
||||
killall gammastep
|
||||
else
|
||||
gammastep -b 1:0.9 -l 56.01:92.86 -t 5600:4500 &
|
||||
fi
|
||||
|
||||
exit 0
|
||||
Reference in New Issue
Block a user