12 lines
144 B
Plaintext
12 lines
144 B
Plaintext
|
#!/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
|