10 lines
344 B
Text
10 lines
344 B
Text
|
#!/bin/sh
|
||
|
cat << EOF
|
||
|
****************************************************
|
||
|
* *
|
||
|
* If you won't be using PBS any longer, you may *
|
||
|
* want to remove /var/spool/pbs/ and its contents. *
|
||
|
* *
|
||
|
****************************************************
|
||
|
EOF
|