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