Initial commit: ERP system with advance verification fixes
This commit is contained in:
+15
@@ -0,0 +1,15 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
|
||||
function copyReplace {
|
||||
sed "s/](.\/docs\//](.\//g" $1 > $2
|
||||
}
|
||||
|
||||
copyReplace README.md docs/README.md
|
||||
copyReplace CODE_OF_CONDUCT.md docs/code_of_conduct.md
|
||||
copyReplace CONTRIBUTING.md docs/contributing.md
|
||||
copyReplace LICENSE docs/license.md
|
||||
|
||||
echo "preparing contributors..."
|
||||
node scripts/get-contributors.js
|
||||
Reference in New Issue
Block a user