update bin script to work as symlink
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
#!/bin/sh
|
||||
node $(dirname $0)/docs2website.js $*
|
||||
node $(dirname "$(readlink -f "$0")")/docs2website.js $*
|
Reference in New Issue
Block a user