Created
June 26, 2025 14:42
-
-
Save eralpkaraduman/8256e8d391ae892664283449a01ce933 to your computer and use it in GitHub Desktop.
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
function pico8() { | |
local bin="$HOME/pico-8/PICO-8.app/Contents/MacOS/pico8" | |
"$bin" "$@" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment