From 3d98eee4f2da4fecff7ce41bfe66a6b40eb2fc43 Mon Sep 17 00:00:00 2001 From: Julio Capote Date: Tue, 6 Nov 2018 15:26:21 -0500 Subject: fix post teasers --- .../2012-10-07-an-embedded-key-value-store-for-shell-scripts.markdown | 2 ++ 1 file changed, 2 insertions(+) (limited to 'content/post/2012-10-07-an-embedded-key-value-store-for-shell-scripts.markdown') diff --git a/content/post/2012-10-07-an-embedded-key-value-store-for-shell-scripts.markdown b/content/post/2012-10-07-an-embedded-key-value-store-for-shell-scripts.markdown index b4d3f45..d4d8754 100644 --- a/content/post/2012-10-07-an-embedded-key-value-store-for-shell-scripts.markdown +++ b/content/post/2012-10-07-an-embedded-key-value-store-for-shell-scripts.markdown @@ -10,6 +10,8 @@ UPDATE: this is now available as a [sub](http://github.com/37signals/sub) comman Cooked this up last night when I needed a simple key/value store for use in a shell script: + + ```sh db.sh #!/bin/sh -- cgit v1.2.3