pikapython/commit.sh
2021-08-21 17:20:41 +08:00

9 lines
93 B
Bash

ROOT=$PWD
cd src/package/pikascript-core
git add *
git commit
cd $ROOT
git add *
git commit