summaryrefslogtreecommitdiff
path: root/includes/icons.inc
blob: ec433b2b362f73de61b6c15536ca67bbb2b237c2 (plain)
1
2
3
4
5
<?php

chdir("../assets/icons");
exec("node icongen.js");
chdir("../../includes");