Last active
May 30, 2019 13:29
-
-
Save omgmog/f1a0277bfa925e6c202680e1df14a7e4 to your computer and use it in GitHub Desktop.
Generate list of games for JWM menu (http://joewing.net/projects/jwm/) on PocketCHIP
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Example Menu in .jwmrc config--> | |
<!-- ... --> | |
<Menu label="GBA Games" icon="gba.png"> | |
<Include>exec:$HOME/.scripts/gen_menu_items.sh gba vba</Include> | |
</Menu> | |
<Menu label="NES Games" icon="nes.png"> | |
<Include>exec:$HOME/.scripts/gen_menu_items.sh nes nestopia</Include> | |
</Menu> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment