Last active
May 22, 2022 00:44
-
-
Save GloriousEggroll/ac580185526b6349428c4375fbe45407 to your computer and use it in GitHub Desktop.
star_citizen_eac_check.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
EACDIR="$WINEPREFIX/drive_c/users/$USER/AppData/Roaming/EasyAntiCheat" | |
if [ -d $EACDIR ] | |
then | |
rm -Rf "$EACDIR" | |
fi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment