add pkg_push tool

This commit is contained in:
lyon 2021-12-13 22:16:50 +08:00
parent 0132327c84
commit b856dc680d

4
port/linux/pkg-push.sh Executable file
View File

@ -0,0 +1,4 @@
pkg=$1
cp package/pikascript/pikascript-lib/$pkg ../../package/ -r
cp package/pikascript/$pkg.py ../../package/$pkg/
git add ../../package/$pkg