#!/bin/sh # # Example file manager script. # Can be called with no arguments - to open ${HOME} or with one # argument -directory name to open directory. # You can also link dfm to ~/.fubar/fm instead [ -n "$1" ] && cd $1 exec xterm -T "File manager" -name mc -e mc