Skip to content

Instantly share code, notes, and snippets.

@GloriousEggroll
Last active May 22, 2022 00:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save GloriousEggroll/ac580185526b6349428c4375fbe45407 to your computer and use it in GitHub Desktop.
Save GloriousEggroll/ac580185526b6349428c4375fbe45407 to your computer and use it in GitHub Desktop.
star_citizen_eac_check.sh
#!/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