Skip to content

Instantly share code, notes, and snippets.

@tphdev
Created May 23, 2017 13:51
Show Gist options
  • Save tphdev/e5f7feb5845e2de9139683d45eac055e to your computer and use it in GitHub Desktop.
Save tphdev/e5f7feb5845e2de9139683d45eac055e to your computer and use it in GitHub Desktop.
shell script project
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