github.com/cnboonhan/delve@v0.0.0-20230908061759-363f2388c2fb/_scripts/testsign (about)

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