|
Last change
on this file since 76 was
76,
checked in by megakiss, 10 years ago
|
|
1W 대기전력을 만족시키기 위하여 POWEROFF시 튜너를 Standby 상태로 함
|
|
File size:
490 bytes
|
| Line | |
|---|
| 1 | export DISPLAY=192.168.100.200:0.0 |
|---|
| 2 | export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib:./ |
|---|
| 3 | if [ $(whoami) = "megakiss" ]; then |
|---|
| 4 | export DISPLAY=192.168.56.1:0.0 |
|---|
| 5 | elif [ $(whoami) = "mslim" ]; then |
|---|
| 6 | export DISPLAY=192.168.100.121:0.0 |
|---|
| 7 | elif [ $(whoami) = "yjhwang" ]; then |
|---|
| 8 | export DISPLAY=192.168.100.142:0.0 |
|---|
| 9 | elif [ $(whoami) = "jglee" ]; then |
|---|
| 10 | export DISPLAY=192.168.56.1:0.0 |
|---|
| 11 | elif [ $(whoami) = "dstream" ]; then |
|---|
| 12 | export DISPLAY=192.168.100.130:0.0 |
|---|
| 13 | fi |
|---|
| 14 | echo $(whoami) |
|---|
| 15 | echo DISPLAY = $DISPLAY |
|---|
Note: See
TracBrowser
for help on using the repository browser.