Skip to content

Instantly share code, notes, and snippets.

View wwwehr's full-sized avatar
:octocat:

Nicholas Wehr wwwehr

:octocat:
  • Wehr Enterprises
View GitHub Profile
@wwwehr
wwwehr / setup-melodics-scheme-handler.sh
Last active December 12, 2023 22:40
Melodics URL xdg-open handler for Linux + Lutris
#!/bin/bash
set -e
set -o pipefail
LAUNCH_HANDLER="run-melodics-with-scheme.sh"
XDG_DESKTOP_FILE="melodics-launcher.desktop"
GAME_ID=$(lutris -l | grep -i melodics | awk '{print $1}')