pikapython/commit.sh
2021-08-22 21:31:17 +08:00

10 lines
121 B
Bash

ROOT=$PWD
cd src/package/pikascript-core
git add *
git commit
cd $ROOT
git add *
git add .vscode/launch.json
git commit