1#!/bin/sh -e
2
3if [ "$1" = "" ]; then
4    echo "Usage: $0 <sourceforge_username>"
5    exit 1
6fi
7
8USERNAME=$1
9
10ssh $USERNAME,eclemma@shell.sourceforge.net create
11ssh $USERNAME,eclemma@shell.sourceforge.net '/home/project-web/eclemma/scripts/publish-jacoco-snapshot.sh'
12