mirror of
https://github.com/snltty/linker.git
synced 2025-12-18 01:16:46 +08:00
11 lines
137 B
Batchfile
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 |