jmou/dumb-cli-tricks
git clone https://github.com/jmou/dumb-cli-tricks.git
git clone git@github.com:jmou/dumb-cli-tricks.git
dumb = fast
stars 3 forks 0
Loading…
tree demo/
blob .gitignore
blob Makefile
blob PATTER.md
blob README.md
blob a.jpg
blob b.jpg
blob dep.dot
blob seq.pu
blob slides.pdf
blob y.jpg
blob z.jpg
README.md

Here are the slides!

See the Makefile! It has a lot of comments.

How to run

Edit the Makefile and replace the EMAIL variable with your RC login. Then create a file rawpassword with your RC password:

$ cat > rawpassword
[YOUR PASSWORD HERE]
[Control-D]

Then run make with any of the outputs as an argument! For example, to make the slides:

$ make slides.pdf

To run the HTTP server:

$ make server

If you have any thoughts or questions I'd love to hear!