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