#!/bin/sh # Based on the WindowMaker-Terminal # Launches the autocutsel utility with options AUTOCUTSEL=/usr/bin/autocutsel AUTOCUTSELCONFIG=/etc/X11/autocutsel AUTOCUTSELLOCAL=~/.autocutsel [ -r $AUTOCUTSELCONFIG ] && source $AUTOCUTSELCONFIG [ -r $AUTOCUTSELLOCAL ] && source $AUTOCUTSELLOCAL exec $AUTOCUTSEL $AUTOCUTSELOPT "$@"