7 lines
82 B
Plaintext
7 lines
82 B
Plaintext
|
#!/usr/bin/sh
|
||
|
|
||
|
MACHINE_TYPE=`uname -m`
|
||
|
|
||
|
source /usr/bin/pbs-config-$MACHINE_TYPE
|
||
|
|