| Revision 31 (by dpavlin, 2007/07/10 10:48:43) |
|---|
#!/bin/sh sudo umount /tmp/no-comp #rm -Rf /tmp/comp/ rm -f /tmp/comp/test.* /tmp/comp/[mls] /tmp/comp/[mls].gz /tmp/.fuse_hidden* rm -Rf /tmp/no-comp/ /dev/shm/comp/ ( ./fuse-comp.pl $* 2>&1 ) | tee log
| Revision 31 (by dpavlin, 2007/07/10 10:48:43) |
|---|
#!/bin/sh sudo umount /tmp/no-comp #rm -Rf /tmp/comp/ rm -f /tmp/comp/test.* /tmp/comp/[mls] /tmp/comp/[mls].gz /tmp/.fuse_hidden* rm -Rf /tmp/no-comp/ /dev/shm/comp/ ( ./fuse-comp.pl $* 2>&1 ) | tee log