delve/_scripts/testsign
Derek Parker 85c34e47ee *: mv scripts _scripts
Instead of selectively excluding this directory, hide it from the go
tooling by applying the "_" prefix.
2020-03-28 20:28:51 +01:00

4 lines
51 B
Bash
Executable File

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