
Instead of selectively excluding this directory, hide it from the go tooling by applying the "_" prefix.
4 lines
51 B
Bash
Executable File
4 lines
51 B
Bash
Executable File
#!/usr/bin/env bash
|
|
codesign -s $CERT $1
|
|
exec "$@"
|