Skip to content

Instantly share code, notes, and snippets.

View nhz2's full-sized avatar

Nathan Zimmerberg nhz2

View GitHub Profile
@nhz2
nhz2 / reloc-helper.jl
Last active August 25, 2025 15:00
Julia Package Relocatability Test Script
#!/usr/bin/env julia
using TOML
using Pkg
if any(startswith("--help"), ARGS) || any(startswith("-h"), ARGS)
# Description written by AI
println("""
Julia Package Relocatability Test Script v0.1.2
DESCRIPTION: