source: svn/zas_dstar/candidates/dsthal.env @ 45

Last change on this file since 45 was 45, checked in by megakiss, 11 years ago
File size: 490 bytes
Line 
1export DISPLAY=192.168.100.200:0.0
2export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib:./
3if [ $(whoami) = "megakiss" ]; then
4        export DISPLAY=192.168.56.1:0.0
5elif [ $(whoami) = "mslim" ]; then
6        export DISPLAY=192.168.100.121:0.0
7elif [ $(whoami) = "yjhwang" ]; then
8        export DISPLAY=192.168.100.142:0.0
9elif [ $(whoami) = "jglee" ]; then
10        export DISPLAY=192.168.56.1:0.0
11elif [ $(whoami) = "dstream" ]; then
12        export DISPLAY=192.168.100.130:0.0
13fi
14echo $(whoami)
15echo DISPLAY = $DISPLAY
Note: See TracBrowser for help on using the repository browser.