Last active
May 23, 2022 19:03
-
-
Save ananace/4a9380c7106fab25e91aa465ad95f1b0 to your computer and use it in GitHub Desktop.
Star Citizen EAC disable one-liner
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 | |
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