Skip to content

steppingstonelabs/terminal-interactive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Interactive

Prerequisites

  1. Come with one of the following setup
  2. If you use Visual Studio Code as your main editor, install the shell-format extension
  3. Install jq tool
    • brew install jq for Mac
    • sudo apt-get install jq for Ubuntu
  4. Collaborative mindset - you will be working with teammates.

Overview

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.

How to Run Your Script

Make the file executable first with the following command.

chmod +x example.sh

Then run it with the following command.

./example.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages