Skip to content

Instantly share code, notes, and snippets.

@ds0nt
Created July 20, 2015 13:54
Show Gist options
  • Save ds0nt/444533f49a02b68f3306 to your computer and use it in GitHub Desktop.
Save ds0nt/444533f49a02b68f3306 to your computer and use it in GitHub Desktop.
SUCCESS
1
<script src="https://gist.github.com/644adc800eabb3dcd21a.js"></script>
SUCCESS
1
2
3
4
5
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'
SUCCESS
Error: Cannot gist empty files
SUCCESS
Error: Cannot gist empty files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment