Вы не можете выбрать более 25 тем
Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
123456789 |
- @cd ..
- @cd ..
- @echo ------------------------------------------------------
- @echo This lists all files in ./generator/icons
- @echo and saves the list as icons.txt in that directory
- @echo ------------------------------------------------------
- @pause
- node ./resources/scripts/list.js ../../generator/icons icons.txt
- @pause
|