ha! now have support for finding non-checked-in files in git repositories for rev_re...
[feisty_meow.git] / scripts / x_win / make_display.sh
1 #!/bin/bash
2 echo hostname is $(hostname) for make_display >trash.trash
3 case $DISPLAY in
4         unix*) echo $(hostname):0.0 ;;
5         *) echo $DISPLAY
6         echo setting to $DISPLAY >>trash.trash ;;
7 esac