mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-29 17:22:56 +08:00
add pkg_push tool
This commit is contained in:
parent
0132327c84
commit
b856dc680d
4
port/linux/pkg-push.sh
Executable file
4
port/linux/pkg-push.sh
Executable 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
|
Loading…
x
Reference in New Issue
Block a user