Fix typo: bangshee->shebang

This commit is contained in:
Hektor Misplon
2021-04-25 00:18:45 +02:00
parent bce88a7980
commit bce6e388d4

View File

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