Created
April 10, 2026 01:45
-
-
Save collinalexbell/0229444533c5a86a2fd70dc41e91c63f to your computer and use it in GitHub Desktop.
open-magicavoxel-in-hackmatrix.sh
This file contains hidden or 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
| #!/usr/bin/env bash | |
| set -euo pipefail | |
| app="/home/collin/Downloads/MagicaVoxel-0.99.7.1-win64/MagicaVoxel.exe" | |
| cd "$(dirname "$app")" | |
| exec wine "$app" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment