mirror of
https://github.com/mapmapteam/mapmap.git
synced 2026-03-31 20:49:36 +02:00
7 lines
161 B
Bash
Executable File
7 lines
161 B
Bash
Executable File
#!/bin/bash
|
|
|
|
MAPMAP_VERSION=$(cat VERSION.txt)
|
|
|
|
git archive --format=tar.gz -9 --prefix=mapmap-${MAPMAP_VERSION}/ --output=mapmap-${MAPMAP_VERSION}.tar.gz HEAD
|
|
|