]> git.pld-linux.org Git - projects/pld-ftp-admin.git/blob - bin/config
- argh; good night
[projects/pld-ftp-admin.git] / bin / config
1
2 if [ ! -f ~/.ftpadmrc ]; then
3         echo "Config not found"
4         exit
5 fi
6
7 . ~/.ftpadmrc
8
This page took 0.027555 seconds and 3 git commands to generate.