mirror of
https://github.com/snltty/linker.git
synced 2025-12-19 18:06:47 +08:00
11 lines
142 B
Batchfile
11 lines
142 B
Batchfile
@echo off
|
|
|
|
SET comment=%1
|
|
|
|
cd linker.updater.gen
|
|
node index.js
|
|
cd ../
|
|
|
|
git add .
|
|
git commit -m "%comment%"
|
|
git push origin-github dev --tags |