#!/bin/sh

if [ $# -gt 0 ]; then
  tkdeskclient "cd `pwd`; dsk_edit `echo $@`; cd"
else
  tkdeskclient 'dsk_edit "New File"'
fi
