Import cc-haha and new-api into a single repository layout for unified delivery. Made-with: Cursor
5 lines
182 B
Bash
Executable File
5 lines
182 B
Bash
Executable File
#!/usr/bin/env bash
|
|
# Backwards-compatible shim — forwards to the new HeiCode entrypoint.
|
|
# Will be removed in a future release.
|
|
exec "$(dirname "${BASH_SOURCE[0]}")/heicode" "$@"
|