Skip to content

Instantly share code, notes, and snippets.

@Martinligabue
Last active July 22, 2024 13:44
Show Gist options
  • Select an option

  • Save Martinligabue/287b335da138c1ead862c723a302ae1f to your computer and use it in GitHub Desktop.

Select an option

Save Martinligabue/287b335da138c1ead862c723a302ae1f to your computer and use it in GitHub Desktop.
#!/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