#!/bin/sh
if [ -n $1 ]; then
  aemenu-gtk -rc /usr/local/bin/SendTo -l $1
else
  aemenu-gtk -rc /usr/local/bin/SendTo
fi
