site.sh 176 B

123456
  1. #!/bin/sh
  2. export GLUONDIR="$(dirname "$0")/.."
  3. RESULT=$(echo "@$1@" | $GLUONDIR/scripts/configure.pl $GLUONDIR/scripts/generate.pl)
  4. test ! "$RESULT" = "@$1@" && echo $RESULT