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