5 lines
74 B
Bash
5 lines
74 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
sudo systemctl disable pibot
|
||
|
sudo systemctl is-enabled pibot
|