windvn/mods/graphical-me.fier.de/data/opt/me.fier.de/pack
2023-03-08 05:14:21 +01:00

10 lines
287 B
Bash
Executable File

#!/bin/bash
set -e
DIR="$(dirname "$(realpath "$BASH_SOURCE")")"
DISTRO="me.fier.de"
cd "$DIR"
if [ -f "$DISTRO.tar.bz2" ]; then rm "$DISTRO.tar.bz2"; fi
cd ".."
if [ -f "$DISTRO.tar.bz2" ]; then rm "$DISTRO.tar.bz2"; fi
tar -cjf "$DISTRO.tar.bz2" -C "$DIR" .
mv "$DISTRO.tar.bz2" "$DIR"