Unified hdr to #!

This commit is contained in:
Holger Rapp 2009-07-24 16:43:32 +02:00
parent 8c7c82dafd
commit 39fdc55a58

View File

@ -2,6 +2,11 @@
########################################################################### ###########################################################################
# TextMate Snippets # # TextMate Snippets #
########################################################################### ###########################################################################
snippet #!
#!/bin/sh
endsnippet
snippet !env "#!/usr/bin/env (!env)" snippet !env "#!/usr/bin/env (!env)"
#!/usr/bin/env bash #!/usr/bin/env bash