reflect/scripts/package-nix.sh

11 lines
180 B
Bash
Raw Permalink Normal View History

2023-06-04 19:31:54 +00:00
die() {
echo "$0: Error: $*" >&2
exit 1
}
mkdir -p tmp/reflect-nix || die mkdir
cp reflect.love README.md CC0 tmp/reflect-nix
cd tmp
tar czvf ../reflect-nix.tar.gz reflect-nix