# HG changeset patch # User Thomas Junk # Date 1535705770 -7200 # Node ID 9b2218a6c6aea256c2fe4e5611ef059af600322e # Parent b111b765b6cdde85e6831bbd6ebaf78b6ebf7fab 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. diff -r b111b765b6cd -r 9b2218a6c6ae run-app.sh --- /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