aboutsummaryrefslogtreecommitdiff
path: root/update/index.js
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2022-01-06 22:20:22 +0100
committerMinteck <contact@minteck.org>2022-01-06 22:20:22 +0100
commite41f05b77fe8d757d8acd6a638d7f2b28155e4e3 (patch)
treee2fe749ed5e05760ab0877d6b7b9c7bbdca1dcf3 /update/index.js
downloadponyfind-e41f05b77fe8d757d8acd6a638d7f2b28155e4e3.tar.gz
ponyfind-e41f05b77fe8d757d8acd6a638d7f2b28155e4e3.tar.bz2
ponyfind-e41f05b77fe8d757d8acd6a638d7f2b28155e4e3.zip
Initial commit
Diffstat (limited to 'update/index.js')
-rw-r--r--update/index.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/update/index.js b/update/index.js
new file mode 100644
index 0000000..7121c2d
--- /dev/null
+++ b/update/index.js
@@ -0,0 +1,4 @@
+require('child_process').spawnSync("node", ["update/pages.js"], { cwd: __dirname + "/..", stdio: "inherit" })
+require('child_process').spawnSync("node", ["update/infobox.js"], { cwd: __dirname + "/..", stdio: "inherit" })
+require('child_process').spawnSync("node", ["update/parse.js"], { cwd: __dirname + "/..", stdio: "inherit" })
+require('child_process').spawnSync("node", ["update/dict.js"], { cwd: __dirname + "/..", stdio: "inherit" }) \ No newline at end of file