Skip to content

Instantly share code, notes, and snippets.

@ds0nt
Created July 20, 2015 12:29
Show Gist options
  • Save ds0nt/d859686643f9fadb77ba to your computer and use it in GitHub Desktop.
Save ds0nt/d859686643f9fadb77ba to your computer and use it in GitHub Desktop.
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