This repository has been archived on 2025-07-20. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
lgbtq-minecraft/copy.sh
2023-03-23 12:59:26 +00:00

10 lines
No EOL
207 B
Bash

#!/usr/bin/env bash
set -ex
OUTPUT="$1"
cp server.properties "$OUTPUT/server.properties"
mkdir -p "$OUTPUT/mods"
cp "lithium-fabric-mc1.19.4-0.11.1.jar" "$OUTPUT/mods/lithium-fabric-mc1.19.4-0.11.1.jar"