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