From 28bec8043fa33027958b0afd1b264fd25aa27d9d Mon Sep 17 00:00:00 2001 From: Matthew Somerville Date: Thu, 13 Apr 2017 15:00:02 +0100 Subject: Add scripts to rule them all. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Along the model of GitHub’s scripts, add generic scripts to bootstrap, update, test or run a server. --- script/console | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 script/console (limited to 'script/console') diff --git a/script/console b/script/console new file mode 100755 index 000000000..e92105f73 --- /dev/null +++ b/script/console @@ -0,0 +1,6 @@ +#!/bin/bash + +set -e +DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"/.. + +eval `"$DIR"/setenv.pl` -- cgit v1.2.3