slitaz-tools view tinyutils/file-manager @ rev 435

improve firewall and iptables_rules (thanks gokhlayeh)
author Rohit Joshi <jozee@slitaz.org>
date Fri Mar 12 12:01:54 2010 +0000 (2010-03-12)
parents
children 72c2ef5c57e7
line source
1 #!/bin/sh
2 # Lauch SliTaz default File manager.
3 #
4 . /etc/slitaz/applications.conf
6 USER_CONFIG="$HOME/.config/slitaz/applications.conf"
7 [ -f $USER_CONFIG ] && . $USER_CONFIG
9 $FILE_MANAGER $@ &
11 exit 0