7 lines
69 B
Plaintext
7 lines
69 B
Plaintext
|
#! /bin/sh
|
||
|
|
||
|
if [ -x /usr/bin/xmbind ] ; then
|
||
|
/usr/bin/xmbind
|
||
|
fi
|
||
|
|