# HG changeset patch # User Steve Losh # Date 1615997393 14400 # Node ID fc26c1c090dd2fac4e092026d089400a7c0e80e0 # Parent a9d8b7a86226e19060d70dc5a35dd8206a798078 Publish diff -r a9d8b7a86226 -r fc26c1c090dd content/blog/2021/03/small-common-lisp-cli-programs.markdown --- a/content/blog/2021/03/small-common-lisp-cli-programs.markdown Tue Mar 16 23:15:35 2021 -0400 +++ b/content/blog/2021/03/small-common-lisp-cli-programs.markdown Wed Mar 17 12:09:53 2021 -0400 @@ -1,7 +1,7 @@ (:title "Writing Small CLI Programs in Common Lisp" :snip "Somewhere between tiny shell scripts and full projects." - :date "2021-03-17T16:00:00Z" - :draft t) + :date "2021-03-17T16:10:00Z" + :draft nil) I write a lot of command-line programs. For tiny programs I usually go with the typical UNIX approach: throw together a half-assed shell script and move on.