diff options
author | Julio Capote <jcapote@gmail.com> | 2018-11-06 03:11:17 +0000 |
---|---|---|
committer | Julio Capote <jcapote@gmail.com> | 2018-11-06 03:11:17 +0000 |
commit | ae6d26f322c990bdae1d0a170fca4345d38cdf73 (patch) | |
tree | aa7e9e9a96acc6c163b2f5ab17a1b72538a4e9d3 /content/post/2012-10-07-an-embedded-key-value-store-for-shell-scripts.markdown | |
parent | 3566649aab8e9c1b57f37c8915db0091dbee8a10 (diff) | |
download | capotej.com-ae6d26f322c990bdae1d0a170fca4345d38cdf73.tar.gz |
fix tags
Diffstat (limited to 'content/post/2012-10-07-an-embedded-key-value-store-for-shell-scripts.markdown')
-rw-r--r-- | content/post/2012-10-07-an-embedded-key-value-store-for-shell-scripts.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
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 a014a41..b4d3f45 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 @@ -3,7 +3,7 @@ layout: post title: "an embedded key / value store for shell scripts" date: 2012-10-07T10:06:00Z comments: true -categories: ['shell scripting', 'databases'] +tags: ['shell scripting', 'databases'] --- UPDATE: this is now available as a [sub](http://github.com/37signals/sub) command, here: [kiev](http://github.com/capotej/kiev) |