Skip to content

Instantly share code, notes, and snippets.

@jwo
Created May 22, 2017 19:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jwo/0e15f482b00f0ef4232151c7d0ab4f03 to your computer and use it in GitHub Desktop.
Save jwo/0e15f482b00f0ef4232151c7d0ab4f03 to your computer and use it in GitHub Desktop.
Sample Shell script
#!/bin/bash
echo 'So you want to create a new project, eh?'
echo 'What is the name of the project?'
read project_name
mkdir $project_name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment