Skip to content

Instantly share code, notes, and snippets.

View codewithmichael's full-sized avatar

codewithmichael codewithmichael

View GitHub Profile
@codewithmichael
codewithmichael / export-godot-python.sh
Last active November 26, 2022 07:31
Export a Godot-Python project in a Linux-distributable format.
#!/bin/bash
#
# FILE: export-godot-python.sh
# AUTH: Michael Spencer <code.with.michael@gmail.com>
# DATE: 2022.10.23
# COPY: MIT License, Copyright (c) 2022, Michael Spencer
#
# DESC:
# Export a Godot-Python project in a Linux-distributable format.
#