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

