Skip to content

Instantly share code, notes, and snippets.

@davebarkerxyz
Created May 1, 2025 21:42
Show Gist options
  • Save davebarkerxyz/4111276ae1fb4a7566b271bd7afed607 to your computer and use it in GitHub Desktop.
Save davebarkerxyz/4111276ae1fb4a7566b271bd7afed607 to your computer and use it in GitHub Desktop.
MacOS notarisation check test
#!/bin/bash
fn=`mktemp`
echo '#!/bin/bash' >> $fn
echo "echo I am $fn" >> $fn
chmod u+x $fn
time $fn
time $fn
rm $fn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment