rustgn

11 commits
Updated 2026-05-09 17:23:41
scripts
scripts/run.nu
def main [executable: path, ...args: string] {
    exec $"./($executable)" ...$args
}