From ae5b93753df88e3603f5db802f43d5ec43863345 Mon Sep 17 00:00:00 2001 From: Myles Byrne Date: Thu, 18 Sep 2014 16:36:57 -0400 Subject: [PATCH] yaml-to-json converter --- test/yaml-to-json | 14 ++++++++++++++ yaml-to-json | 9 +++++++++ 2 files changed, 23 insertions(+) create mode 100755 test/yaml-to-json create mode 100755 yaml-to-json diff --git a/test/yaml-to-json b/test/yaml-to-json new file mode 100755 index 0000000..cd4fa49 --- /dev/null +++ b/test/yaml-to-json @@ -0,0 +1,14 @@ +#!/bin/sh + +set -e + +# ensure we're in the parent directory of this file +cd $(dirname $0)/.. + +# feed in some yaml +./yaml-to-json <