Moved gencfs.bash, Added some EncFS USB automouting scripts
[mirrors/Programs.git] / bash / encfs / automount / config
1 # ~/.config/fsniper/config
2 # You can get fsniper at http://code.l3ib.org/?p=fsniper.git
3
4 watch {
5 /etc/ {
6 mtab {
7 # %% is replaced with the filename of the new file
8 handler = encfs-automount.sh %%;
9 }
10 }
11 }
This page took 0.49232 seconds and 4 git commands to generate.