marked/test/fix
2011-12-17 17:35:23 -06:00

13 lines
111 B
Bash
Executable File

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