update bin script to work as symlink

This commit is contained in:
2023-05-13 22:12:33 -07:00
parent 71f555bdd8
commit b950e40915
3 changed files with 21 additions and 21 deletions

View File

@@ -1,2 +1,2 @@
#!/bin/sh
node $(dirname $0)/docs2website.js $*
node $(dirname "$(readlink -f "$0")")/docs2website.js $*