#!/bin/csh
#
# An xdrop for looking up man pages
#

# args
set args="$*"

# icon directory
set icondir="~/xdrop"

# run xdrop
xdrop $args -x $icondir/man32.xbm 'xterm -e man $TEXT &'
