marko/test/init-tests.sh
Patrick Steele-Idem c08bbe66b0 Remove symlink
2015-08-14 09:09:13 -06:00

11 lines
148 B
Bash
Executable File

#!/bin/bash
DIR=`dirname $0`
cd ${DIR}
if [ ! -L "./node_modules/marko" ]; then
mkdir -p node_modules
ln -s ../../ node_modules/marko
fi