Skip to content

Instantly share code, notes, and snippets.

@alexcasche
Created May 23, 2017 14:56
Show Gist options
  • Save alexcasche/ed4eef524e31b766f41a2bdac4dbfd32 to your computer and use it in GitHub Desktop.
Save alexcasche/ed4eef524e31b766f41a2bdac4dbfd32 to your computer and use it in GitHub Desktop.
shell script project
mkdir projects
cd projects
touch index.html styles.css README.md
echo '<link rel="stylesheet" href="styles.css"><h1>Hello World!</h1>' > index.html
echo 'h1{color:red;font-family:sans-serif;text-decoration:underline;}' > styles.css
echo "Hello World!" > README.md
read -p "Press Enter"
echo "Congratulations"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment