~z-man/armagetronad/bugfarm-scripts

13 by Manuel Moos
Whoops, forgot.
1
#!/bin/sh
2
3
# loads configuration
4
5
. $(dirname $0)/config.sh
6
if test -z "${REMOTE}"; then
7
  echo create a file called 'config.sh' in this directory and add the line
8
  echo REMOTE=<root of remote server installation>.
9
  exit -1
10
fi