Fix typo: bangshee->shebang

This commit is contained in:
Hektor Misplon
2021-04-25 00:18:45 +02:00
parent 9a5d295009
commit ffb424d220

View File

@@ -1,3 +1,3 @@
snippet shebang
!#/usr/bin/env bash
#!/usr/bin/env bash
endsnippet