Created
May 23, 2017 13:51
-
-
Save tphdev/e5f7feb5845e2de9139683d45eac055e to your computer and use it in GitHub Desktop.
shell script 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 | |
cd project | |
touch index.html | |
mkdir js css | |
touch js/main.js css/styles.css | |
echo "some sweet text" > index.html |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment