mirror of
https://github.com/snltty/linker.git
synced 2025-09-26 13:11:17 +08:00
11 lines
127 B
Batchfile
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 |