4 lines
39 B
Bash
4 lines
39 B
Bash
|
#!/bin/bash
|
||
|
sleep 0.5
|
||
|
systemctl reboot
|