core/gpm/gpm.sh
Jan Mette a20ff5c68a
2010-03-13 15:25:19 +00:00

4 lines
102 B
Bash
Executable File

case $( /usr/bin/tty ) in
/dev/tty[0-9]*) [ -n "$(pgrep gpm)" ] && /usr/bin/disable-paste ;;
esac