dotfiles/config/.scripts/nes.sh

4 lines
125 B
Bash
Raw Permalink Normal View History

2024-09-06 00:14:30 +01:00
#!/bin/sh
2024-10-07 18:02:29 +01:00
GAMES=$(find /home/mikec/Documents/Games/ROMS/NES/USA -iname "*.nes" | dmenu -i)
2024-09-06 00:14:30 +01:00
[ -z "$GAMES" ] || fceux "$GAMES"