95a46c5577
Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
6 lines
158 B
Bash
6 lines
158 B
Bash
#!/bin/sh
|
|
|
|
version=1.20.3pre3
|
|
|
|
git archive --format=tar --prefix=gpm-${version}/ HEAD | \
|
|
tee ../gpm-${version}.tar | bzip2 -9 > ../gpm-${version}.tar.bz2
|