-
Notifications
You must be signed in to change notification settings - Fork 11
Closed
Labels
Description
Like hashbang.sh uses, because they grok my jam.
If the script looks like this:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
#!/bin/sh
# script stuff here
exit 0 # or whatever
-----BEGIN PGP SIGNATURE-----
signature stuff here
-----END PGP SIGNATURE-----
you end up with a couple ugly command not found
lines at the beginning, but it works.