mirror of
https://github.com/go-delve/delve.git
synced 2025-08-06 21:46:57 +02:00
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 "$@"
|