-
-
Save ds0nt/d859686643f9fadb77ba 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
bash: [dsont@dsont: command not found | |
[dsont@dsont gist]$ gist/ node_modules/ index.html scratch.js* | |
bash: gist/: No such file or directory | |
[dsont@dsont gist]$ [dsont@dsont scratch]$ cd gist | |
bash: [dsont@dsont: command not found | |
[dsont@dsont gist]$ [dsont@dsont gist]$ ls | |
bash: [dsont@dsont: command not found | |
[dsont@dsont gist]$ [dsont@dsont gist]$ touch index.html | |
bash: [dsont@dsont: command not found | |
[dsont@dsont gist]$ [dsont@dsont gist]$ cd /code/scratch/gist/index.html; gist --paste --embed >> index.html; http-server -p 9090 -o -c-1 | |
bash: [dsont@dsont: command not found | |
^CStarting up http-server, serving ./ on: http://0.0.0.0:9090 | |
Hit CTRL-C to stop the server | |
^X^Chttp-server stopped. | |
[dsont@dsont gist]$ ls^C | |
[dsont@dsont gist]$ cd /code/scratch/gist/; gist --paste --embed >> index.html; http-server -p 9090 -o -c-1 | |
Starting up http-server, serving ./ on: http://0.0.0.0:9090 | |
Hit CTRL-C to stop the server | |
^Chttp-server stopped. | |
[dsont@dsont gist]$ cd /code/scratch/gist/; gist --paste --embed >> index.html; http-server -p 9090 -o -c-1 | |
Starting up http-server, serving ./ on: http://0.0.0.0:9090 | |
Hit CTRL-C to stop the server | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment