summaryrefslogtreecommitdiffstats
path: root/t/templates/source-make-builder/tar-orig
blob: 791bca465c7aba8c72b50a6a76abd57fa77dccf2 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

set -e

tarstem="$1"
directory="$2"

tar --create --file "$tarstem.tar.gz" --gzip "$directory"