Skip to content

Instantly share code, notes, and snippets.

@ananace
Last active May 23, 2022 19:03
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 ananace/4a9380c7106fab25e91aa465ad95f1b0 to your computer and use it in GitHub Desktop.
Save ananace/4a9380c7106fab25e91aa465ad95f1b0 to your computer and use it in GitHub Desktop.
Star Citizen EAC disable one-liner
#!/bin/bash
ls -1 */EasyAntiCheat/Settings.json | xargs -rn 1 sed -e 's/id":\s*"[^L]/id": "LUG/g' -i
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment