Last active
July 22, 2024 13:44
-
-
Save Martinligabue/287b335da138c1ead862c723a302ae1f to your computer and use it in GitHub Desktop.
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
| #!/bin/bash | |
| read -p "Please enter the game directory: " game_dir | |
| # Execute the command with the input | |
| ./decima repack --backup "--project=$game_dir" "$game_dir/data/59b95a781c9170b0d13773766e27ad90.bin" mod_files | |
| # Pause equivalent in Linux, you can delete this | |
| read -p "Press any key to continue..." |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment