Skip to content

Instantly share code, notes, and snippets.

@fatihyildizhan
Last active November 15, 2018 19:19
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fatihyildizhan/d7af8f6f2e56ada109c9c766d0882b6f to your computer and use it in GitHub Desktop.
Save fatihyildizhan/d7af8f6f2e56ada109c9c766d0882b6f to your computer and use it in GitHub Desktop.
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