run.sh bug
OAHC2022 opened this issue · 3 comments
OAHC2022 commented
by examining the code, cd "$(dirname "$0")" on run.sh. this line:
"$(dirname "$0")" echos to /bin on my computer which does not exist under scripts/
it has no effect on the bash file.
OAHC2022 commented
"$(dirname "$0")" works fine now under bash. But cannot cd to the directory.
hanzhi713 commented
It was suspected that it is the problem of Chao's Hardware :)