Created
May 23, 2017 13:51
-
-
Save sonAndrew/966f1d871162661b88fc5c332e9ebd10 to your computer and use it in GitHub Desktop.
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