delve/scripts/testsign
2015-12-13 13:17:56 -08:00

4 lines
51 B
Bash
Executable File

#!/usr/bin/env bash
codesign -s $CERT $1
exec "$@"