This is a simple repo to pratique shell script and save time not runnin a few commands
Did you find something that you can improve or fix? Wanna add something useful or thats missin?
What you gonna do?
1 - Clone repo:
https://github.com/raelaraujo/Shell-Script
n the move to directory
cd Shell-Script
2 - Create a branch to work:
git checkout -b my_branch
3 - After add/modify:
git add <files>
git commit -m "message"
git push origin "my_branch"