marked/test/fix

13 lines
109 B
Plaintext
Raw Normal View History

#!/bin/bash
2011-08-22 23:40:55 -05:00
cd $(dirname "$0")
2011-08-22 23:40:55 -05:00
cat README
rm -rf tests
cp -r original tests
2011-08-22 23:40:55 -05:00
node fix.js
2013-01-03 08:29:40 -06:00
cp new/* tests/