>>107031383
Never done a codeblock, hope this works.
But also, I just picked the shortest one.
#!/bin/bash
# Author: Y@Ldysse
# sm64ex
# Super Mario 64 (USA)
CURRENT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd "${CURRENT_DIR}/Assets-SM64"
chmod +x ./sm64.us.f3dex2e
./sm64.us.f3dex2e --savepath "${CURRENT_DIR}/Assets-SM64/save-sm64ex" "$@"