An easy to use notepad that I'm making to practice bash scripting
git clone https://github.com/SkylerHope/notepadsh.git
cd notepadsh
chmod +x install.sh
./install.sh
cd notepadsh
./notepad.sh
cd notepadsh
./delete.sh
cd notepadsh
./uninstall.sh
Now exit the terminal
If you get the message "No such file or directory" it means you are probably already in the directory that you are trying to access