Created
May 24, 2017 13:53
-
-
Save sonAndrew/baa17c812aa1176e9bbfb3f7bb13db7e to your computer and use it in GitHub Desktop.
Boiler Plate Project
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| mkdir project | |
| touch index.html styles.css README.md | |
| read -p "Press [Enter] to continue..." | |
| echo "Congratulations" | |
| mkdir boilerP | |
| mv project boilerP/ | |
| open index.html |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment