From 5ff7d4c3584b1df14e4caf8c01f0e7934042c5bb Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 5 Feb 2017 18:48:45 +0100 Subject: added a test script --- test.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 test.sh (limited to 'test.sh') diff --git a/test.sh b/test.sh new file mode 100755 index 0000000..cb05bbc --- /dev/null +++ b/test.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +~/go/bin/hugo serve --bind=0.0.0.0 -v + -- cgit v1.2.3-54-g00ecf