jobcore/gpm/gpm.sh

4 lines
105 B
Bash

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