mirror of
https://github.com/AppleCommander/bastools.git
synced 2026-01-23 03:16:04 +00:00
5 lines
177 B
Bash
Executable File
5 lines
177 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Note: Credentials are in the netrc file
|
|
curl --netrc -v -X POST https://ossrh-staging-api.central.sonatype.com/manual/upload/defaultRepository/org.applecommander
|