marked/test/fix
Christopher Jeffrey fdc1d61f53 clean up tests.
2013-01-03 08:30:51 -06:00

13 lines
109 B
Bash
Executable File

#!/bin/bash
cd $(dirname "$0")
cat README
rm -rf tests
cp -r original tests
node fix.js
cp new/* tests/