marked/test/fix
Christopher Jeffrey 40235e7e15 all tests
2011-08-22 23:40:55 -05:00

12 lines
144 B
Bash
Executable File

#!/bin/sh
cd `dirname "$0"`
cat README
rm -rf tests
cp original tests -R
node fix.js
cp main.html tests/main.html
cp main.md tests/main.text