Files
linker/push-dev.bat
snltty 75dd22ccbd 165
2025-01-14 21:33:40 +08:00

11 lines
127 B
Batchfile

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