4 lines
32 B
Bash
Executable file
4 lines
32 B
Bash
Executable file
#!/bin/sh
|
|
|
|
sleep 2
|
|
/sbin/reboot
|