#!/bin/sh
if [ -n "$1" ]; then
  cd $(dirname $1)
fi
rxvt -fg white -bg black -font 7x14 -ls -sl 500 -sr +st -geometry 96x28 &
