chore(shell): add correction utility script for frequent test bug

This commit is contained in:
Steffen Jost 2024-05-23 18:15:02 +02:00
parent a732e26337
commit 400d0a546e

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