--- 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.