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