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

Last change on this file since 66 was 66, checked in by megakiss, 11 years ago

키패드 기능 연결

전원키 누르고 리모콘 누르면 학습
CH+ 간격 1초 증가 MAX:15
CH- 간격 1초 감소 MIN :1

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.