OSDN Git Service

instantupdate auto repairs repos
[instantos/instantOS.git] / programs / autoclicker
index ab8fcab..b998cea 100755 (executable)
@@ -1,5 +1,10 @@
 #!/bin/sh
 
+if ! iconf -i autoclicker; then
+    exit
+fi
+
+# toggle on/off
 if pgrep xdotool; then
     pkill xdotool
     exit