Add upload-apk script
This commit is contained in:
parent
0d8b2a4ec9
commit
583561c458
3
upload-apk
Executable file
3
upload-apk
Executable file
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/sh
|
||||||
|
exec curl -n --upload-file "$1" \
|
||||||
|
https://git.alioth.systems/api/packages/alioth/alpine/edge/main
|
Loading…
Reference in a new issue