Skip to content

Instantly share code, notes, and snippets.

@ds0nt
Created July 20, 2015 12:34
Show Gist options
  • Save ds0nt/58b3f8c58060e27dcc09 to your computer and use it in GitHub Desktop.
Save ds0nt/58b3f8c58060e27dcc09 to your computer and use it in GitHub Desktop.
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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