Last active
January 4, 2022 21:06
-
-
Save jwalgran/8d447208cc557d150425ae13cfe8679b to your computer and use it in GitHub Desktop.
Extract the card face URLs from a Tabletop Simulator mod
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
grep FaceURL ~/Library/Tabletop Simulator/Mods/Workshop/1467894341.json | cut -d "\"" -f 4 | sort | uniq |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment