blowjob-monster-amirin/GameUpdate_linux.sh
2026-05-01 00:29:49 -05:00

13 lines
234 B
Bash

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