jobcore/gpm/gpm.sh
2022-03-20 14:19:37 +02:00

4 lines
105 B
Bash

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