#!/bin/sh if test -n "$1" then git archive --format tar --remote=$1 --output=meegotouch-applauncherd-0.17.0.tar --prefix meegotouch-applauncherd-0.17.0/ released/0.17.0 bzip2 meegotouch-applauncherd-0.17.0.tar else echo "Usage: create-tarball.sh " echo " where is suitable for git archive --remote=" fi