Skip to content

Instantly share code, notes, and snippets.

@ds0nt
Created July 20, 2015 13:03
Show Gist options
  • Save ds0nt/124a5be09f82d0e59dad to your computer and use it in GitHub Desktop.
Save ds0nt/124a5be09f82d0e59dad to your computer and use it in GitHub Desktop.
bash -c 'cd /code/scratch/gist/ &&\
EMBED=$(gist --paste --copy --embed) &&\
SHORT=$(echo "Success") &&\
echo "<div> <h4>$SHORT</h4> $EMBED </div>" >> index.html &&\
http-server -p 9090 -o -c'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment