blob: 4e9575f51da1ad67234e033d640194bbeb2a4913 (
plain)
1
2
3
4
5
6
7
|
#!/bin/sh
# Starts the Slackware mouse configuration menu, where you can set your
# /dev/mouse link and configure gpm.
COLOR=on
export COLOR
cd /
/bin/sh /var/log/setup/setup.mouse /
|