This file contains hidden or 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
| #!/usr/bin/env node | |
| /* | |
| If you run the script on an encoded file it will output a decoded file and | |
| vise versa, because the action used to encode/decode is identical. The save | |
| file format when decoded is plaintext JSON, which you can edit with your | |
| favorite text editor. | |
| You can find the save file at the following path. Please make a backup of the |