Below is the file 'fritzify' from this revision. You can also download the file.
#!/bin/zsh source source.sh export DYLD_FORCE_FLAT_NAMESPACE=1 export DYLD_INSERT_LIBRARIES=$(PWD)/libfritz_client.dylib #set -A a #a=($*) #exec $a exec "$@"