#!/bin/bash
if [ -n "$DISPLAY" ]; then
  kfmclient exec http://drbl.org
  kfmclient exec http://drbl.nchc.org.tw
else
  lynx http://drbl.org
fi

