]> www.wagner.pp.ru Git - oss/fubar.git/blob - fm
Reimport after CVS crash
[oss/fubar.git] / fm
1 #!/bin/sh
2
3 # Example file manager script. 
4 # Can be called with no arguments - to open ${HOME} or with one
5 # argument -directory name to open directory.
6 # You can also link dfm to ~/.fubar/fm instead
7 [ -n "$1" ] && cd $1
8 exec xterm -T "File manager" -name mc -e mc