changeset 544:9b2218a6c6ae

feat. run-app script added For convenience reasons a run-app.sh was added. No need to think of further commandline options. Default path for the configuration is $PWD.
author Thomas Junk <thomas.junk@intevation.de>
date Fri, 31 Aug 2018 10:56:10 +0200
parents b111b765b6cd
children 9d999d29c642
files run-app.sh
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/run-app.sh	Fri Aug 31 10:56:10 2018 +0200
@@ -0,0 +1,2 @@
+#!/usr/bin/env bash
+exec 2>&1 ./cmd/gemma/gemma --config gemma.toml
\ No newline at end of file