allwinner_a64/android/external/jacoco/org.jacoco.build/publish.sh
2018-08-08 16:14:42 +08:00

11 lines
267 B
Bash
Executable file

#!/bin/sh -e
if [ "$1" = "" ]; then
echo "Usage: $0 <sourceforge_username>"
exit 1
fi
USERNAME=$1
ssh $USERNAME,eclemma@shell.sourceforge.net create
ssh $USERNAME,eclemma@shell.sourceforge.net '/home/project-web/eclemma/scripts/publish-jacoco-snapshot.sh'