jacobobryant / biff

A Clojure web framework for solo developers.
https://biffweb.com
MIT License
829 stars 40 forks source link

starter/server-setup.sh: refine trenchman install: #198

Closed jf closed 2 months ago

jf commented 2 months ago
jf commented 2 months ago

post-PR submission: actually the trenchman install can be refined yet further if you want: have tar read the tarball from stdin from a curl. If you're ok with that, I can also add this in so that it basically removes the need to also rm -f $TRENCH_FILE

jf commented 2 months ago

decided to go ahead and do it since it just seems so elegant :)

jacobobryant commented 2 months ago

Nice--agreed the one-liner tar command is great.