Fix typo: bangshee->shebang

master
Hektor Misplon 2021-04-25 00:18:45 +02:00
parent 9a5d295009
commit ffb424d220
1 changed files with 1 additions and 1 deletions

View File

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