9 lines
54 B
Bash
9 lines
54 B
Bash
#!/bin/sh
|
|
cd qortal
|
|
|
|
./stop.sh
|
|
|
|
sleep 10
|
|
|
|
sudo reboot
|