Queues now use flags
[mirrors/Programs.git] / bash / encfs / automount / config
CommitLineData
7a01525b
H
1# ~/.config/fsniper/config
2# You can get fsniper at http://code.l3ib.org/?p=fsniper.git
3
4watch {
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.15295 seconds and 4 git commands to generate.