mirror of
git://slackware.nl/current.git
synced 2024-12-28 09:59:53 +01:00
8 lines
184 B
Text
8 lines
184 B
Text
|
#!/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 /
|