Michael Chalupiak eb8fe65fa9 kakoune updates
2025-05-25 15:15:04 -04:00

4 lines
149 B
Bash
Executable File

#!/bin/sh
GAMES=$(find /home/mikec/Documents/Games/ROMS/GBC -iname "*.zip" | bemenu -i --fn "Iosevka Term SS12 12")
[ -z "$GAMES" ] || mgba "$GAMES"