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