Last active
November 15, 2018 19:19
-
-
Save fatihyildizhan/d7af8f6f2e56ada109c9c766d0882b6f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
drc-cli stop | |
sleep 1 | |
rm -r .drccore | |
drcd -daemon | |
echo "step 5: sleep" | |
for i in {10..1} | |
do | |
echo "Waiting! Remaining ${i}s"; | |
sleep 1 | |
done | |
drc-cli stop | |
echo "open drc.conf" | |
nano /root/.drccore/drc.conf | |
sleep 1 | |
echo "ready to go" | |
drcd -daemon |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment