switch shebang to use /usr/bin/env

this is a more generic approach to shebang which supports interpreters
when installed anywhere in the current path.
This commit is contained in:
Jaromil 2016-12-29 13:49:03 +01:00
parent 14cba81f6e
commit 7b72f07f96

2
tomb
View File

@ -1,4 +1,4 @@
#!/bin/zsh #!/usr/bin/env zsh
# #
# Tomb, the Crypto Undertaker # Tomb, the Crypto Undertaker
# #