#!/bin/sh # automake always builds programs inside the dir with source files # but you have to start the programs from the top PS dir, so that they can find # the sources. This scripts helps starting the progs and helps reminding people #Make sure we don't collide with an installed CS or CEL unset CRYSTAL unset CEL src/server/psserver $@