mirror of
https://github.com/brunofontes/linuxShortcuts.git
synced 2025-01-19 05:20:51 +00:00
3 lines
77 B
Bash
3 lines
77 B
Bash
|
#!/bin/bash
|
||
|
sudo /bin/systemctl status --full "$1" >> /home/bruno/.log_error
|