mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-02-07 15:03:34 +00:00
3 lines
82 B
Bash
Executable file
3 lines
82 B
Bash
Executable file
#!/bin/sh
|
|
COSMO=${COSMO:-/opt/cosmo}
|
|
exec "$COSMO/o//tool/build/apelink.com" "$@"
|