Loopp/fixTup.sh

9 lines
195 B
Bash
Executable File

#!/bin/bash
# sometimes Tup gives errors on FUSE mount or something
# just deleting .tup/mnt/* makes tup re-mount things, fixing it:
rm -rf .tup/mnt/*
rm -rf build/src/*
rm -rf buildTest/src/*