-
-
Save ds0nt/444533f49a02b68f3306 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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