1 2 3 4 5 6 7
#!/bin/sh set -eu export DYLD_FORCE_FLAT_NAMESPACE=1 export DYLD_INSERT_LIBRARIES=~/.local/lib/libwcwidth.dylib exec "$@"