62b0c13edc
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/motif#b01785d47e9befa9302de9121397f70eca823785
7 lines
69 B
Bash
7 lines
69 B
Bash
#! /bin/sh
|
|
|
|
if [ -x /usr/bin/xmbind ] ; then
|
|
/usr/bin/xmbind
|
|
fi
|
|
|