projects
/
feisty_meow.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
updated to support 6 digits instead of 4.
[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