Howdy gamers,
I'm trying to create filter scripts for wizzomafizzo's Random script here:
https://github.com/wizzomafizzo/mrext/b ... /random.md
- The base script itself works w/ no issues
- When attempting to create custom launcher scripts as outlined at the bottom of the page, I get the following error when running any of them (using the example from the GitHub page):
Code: Select all
/media/fat/Scripts/random_psx.sh: line 2: random.sh: command not found
I was getting a "bad interpreter" error beforehand due to creating the files in Windows Notepad, but now I'm just getting the above error after attempting:
- Opening the files in Notepad++ and changing the format to Unix
- Converting the files using dos2unix
- Creating a new .sh file from Desktop mode on Steam Deck (using Kate), then transferring the file directly to the SD card
Do I need to create these files using a specific tool? I feel like I'm missing something obvious here.
Cheers