first check-in of feisty meow codebase. many things broken still due to recent
[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