- Come with one of the following setup
- Mac
- Linux
- Windows with Ubuntu installed in WSL
- If you use Visual Studio Code as your main editor, install the shell-format extension
- Install
jqtoolbrew install jqfor Macsudo apt-get install jqfor Ubuntu
- Collaborative mindset - you will be working with teammates.
In this workshop you will be building an interactive shell script that presents choices to a user (like a select element in HTML or radio button group), accepts user input (like an input field in HTML) and make web requests with curl.
When we're done, you will have an interactive bash script that will automate the process of creating a git repository, connecting it with Github, and having the appropriate .gitignore file created for the project type.
Make the file executable first with the following command.
chmod +x example.shThen run it with the following command.
./example.sh