9 lines
148 B
Plaintext
9 lines
148 B
Plaintext
|
#!/bin/ksh
|
||
|
# IBM(c) 2007 EPL license http://www.eclipse.org/legal/epl-v10.html
|
||
|
#egan@us.ibm.com
|
||
|
#(C)IBM Corp
|
||
|
#
|
||
|
|
||
|
umount /post 2>&1 | logger -t xcat
|
||
|
|