Resolve "DBTable: Kein automatisches Filtern bei Input-Change, sondern manuelle Übernahme via Button" #216

Open
mosbach wants to merge 95 commits from 130-dbtable-kein-automatisches-filtern-bei-input-change-sondern-manuelle-ubernahme-via-button into 145-build-system-rewrite
Showing only changes of commit 400d0a546e - Show all commits

6
fixtest.sh Executable file
View File

@ -0,0 +1,6 @@
if [[ ! -d .stack-work-test ]]; then
mv -vT .stack-work .stack-work-test
[[ -d .stack-work-build ]] && mv -vT .stack-work-build .stack-work
else
echo "Directory .stack-work-test exists already."
fi