4 lines
149 B
Bash
Executable File
4 lines
149 B
Bash
Executable File
#!/bin/sh
|
|
GAMES=$(find /home/mikec/Documents/Games/ROMS/GBA -iname "*.zip" | bemenu -i --fn "Iosevka Term SS12 12")
|
|
[ -z "$GAMES" ] || mgba "$GAMES"
|