echo "installing requirement" sudo apt install nodejs npm wget git echo "Downloading JS" git clone https://github.com/Goldn7799/MyShell.git cd MyShell npm i echo "Removing Template" rm -rf .git rm .gitignore rm README.md rm update.sh rm install.sh echo "Done, Start with cd MyShell and run npm start"