~z-man/armagetronad/bugfarm-scripts

1
2
3
4
5
6
7
8
9
10
#!/bin/sh

# loads configuration

. $(dirname $0)/config.sh
if test -z "${REMOTE}"; then
  echo create a file called 'config.sh' in this directory and add the line
  echo REMOTE=<root of remote server installation>.
  exit -1
fi