export DISPLAY=192.168.100.200:0.0 export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib:./ if [ $(whoami) = "megakiss" ]; then export DISPLAY=192.168.56.1:0.0 elif [ $(whoami) = "mslim" ]; then export DISPLAY=192.168.100.121:0.0 elif [ $(whoami) = "yjhwang" ]; then export DISPLAY=192.168.100.142:0.0 elif [ $(whoami) = "jglee" ]; then export DISPLAY=192.168.56.1:0.0 elif [ $(whoami) = "dstream" ]; then export DISPLAY=192.168.100.130:0.0 fi echo $(whoami) echo DISPLAY = $DISPLAY