awesome-schedule/plannable

run.sh bug

OAHC2022 opened this issue · 3 comments

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.

"$(dirname "$0")" works fine now under bash. But cannot cd to the directory.

It was suspected that it is the problem of Chao's Hardware :)

Run.sh is now replaced by npm run data (59d3dee) to improve compatibility on other operating systems.