12 lines
144 B
Bash
Executable File
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
|