Files
linker/push-dev.bat
snltty 86a04e66e6 196
2025-11-11 17:38:48 +08:00

11 lines
137 B
Batchfile

@echo off
SET comment=%1
cd shells/gen
node index.js
cd ../../
git add .
git commit -m "%comment%"
git push origin-github dev --tags