You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
214 B
Bash
7 lines
214 B
Bash
11 years ago
|
#!/bin/sh
|
||
|
|
||
|
# upload to bintray.com/schweikert
|
||
|
|
||
|
VERSION=3.9-rc1
|
||
|
curl -T fping-$VERSION.tar.gz -uschweikert:$BINTRAY_API_KEY https://api.bintray.com/content/schweikert/generic/fping-rc/$VERSION/fping-$VERSION.tar.gz
|