summaryrefslogtreecommitdiff
path: root/includes/icons.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/icons.inc')
-rw-r--r--includes/icons.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/includes/icons.inc b/includes/icons.inc
new file mode 100644
index 0000000..ec433b2
--- /dev/null
+++ b/includes/icons.inc
@@ -0,0 +1,5 @@
+<?php
+
+chdir("../assets/icons");
+exec("node icongen.js");
+chdir("../../includes"); \ No newline at end of file