3 lines
158 B
Bash
Executable File
3 lines
158 B
Bash
Executable File
#!/usr/bin/env bash
|
|
systemctl --no-pager --user status mousespam && systemctl --no-pager --user stop mousespam || systemctl --no-pager --user start mousespam
|