Skip to content

Instantly share code, notes, and snippets.

@RobinRadic
Created January 30, 2016 14:34
Show Gist options
  • Save RobinRadic/fc277a398633bfedf492 to your computer and use it in GitHub Desktop.
Save RobinRadic/fc277a398633bfedf492 to your computer and use it in GitHub Desktop.
thijs
#!/usr/bin/env bash
MY_VAR1="SEBwite"
MY_VAR2="ThijsSebwite"
cat >> .outputfile << EOF
VARNAME1=${MY_VAR1}
VARNAME2=${MY_VAR2}
EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment