summaryrefslogtreecommitdiff
path: root/pbs.in
blob: 0cd4a8dfce7aa193fffb4288440379b4e0a859a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash

if [[ -z $PBS_PATH ]]; then
	export PBS_PATH=@pbs-bindir@
fi

export PATH="$PBS_PATH:$PATH"

if [[ $# < 1 ]]; then
	pbs-help
	exit 1
fi
pbs-"$@"