From fddb8db3cfc5a389d0bccd1356843bec4ef80fd7 Mon Sep 17 00:00:00 2001 From: Gabriel Dunne Date: Thu, 24 Apr 2014 18:12:53 -0700 Subject: [PATCH] Adding publish script --- publish.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 publish.sh diff --git a/publish.sh b/publish.sh new file mode 100755 index 0000000..e7df6ee --- /dev/null +++ b/publish.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +echo "test" \ No newline at end of file -- 2.34.1