chore(shell): add correction utility script for frequent test bug
This commit is contained in:
parent
a732e26337
commit
400d0a546e
6
fixtest.sh
Executable file
6
fixtest.sh
Executable 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
|
||||||
Loading…
Reference in New Issue
Block a user