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