better output, read fixes, ctime preserved (so that vi won't complain that
[Fuse-DBI] / Makefile
1 all:
2         sudo modprobe fuse
3         sudo umount /mnt2 || exit 0
4         ./fuse_dbi.pl /mnt2
5         sudo umount /mnt2
6
7 test:
8         psql -q -t -A -c "select template from template where oid=3035699" webgui > foo