1 2 3 4 5 6 7 8 9 10 11 12 13
#!/usr/bin/env bash set -e # @cmd Get the system info get_sysinfo() { cat <<EOF >> "$LLM_OUTPUT" OS: $(uname) Arch: $(arch) EOF } # See more details at https://github.com/sigoden/argc eval "$(argc --argc-eval "$0" "$@")"