Skip to content

Instantly share code, notes, and snippets.

@borislavstoychev
Last active April 21, 2022 15:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save borislavstoychev/0fbbce70fcc53bf7d24a36906bcac768 to your computer and use it in GitHub Desktop.
Save borislavstoychev/0fbbce70fcc53bf7d24a36906bcac768 to your computer and use it in GitHub Desktop.
Sub Menu
#! /bin/sh
echo "
Start up chia
"
sudo chmod 777 /mnt/hdd1
sudo chmod 777 /mnt/hdd2
sudo chmod 777 /mnt/hdd3
sudo chmod 777 /mnt/hdd4
sudo chmod 777 /mnt/hdd5
sudo chmod 777 /mnt/ssd
sudo chmod 777 /home/petrich90/chialogs
echo "
Successful!
"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment