exorcist-evangeline/GameUpdate_linux.sh
2025-10-10 13:21:13 -05:00

13 lines
179 B
Bash

#!/bin/bash
# Enable error handling
set -e
# Copy patch.sh to a new file
cp dazedpatch/patch.sh patch2.sh
# Run the new file
bash patch2.sh
# Delete the new file
rm patch2.sh