4 lines
71 B
Plaintext
4 lines
71 B
Plaintext
|
#!/bin/bash
|
||
|
rm /var/home/jpm/.spool/ssh-agent.sock
|
||
|
systemctl reboot -i
|