summaryrefslogtreecommitdiff
path: root/snippets/python-mode/shebang
blob: 26da506c7a1529a2cce21383403c081f0ebc73c2 (plain)
1
2
3
4
5
# name: python shebang
# key: #!
# --
#!/usr/bin/env python${1:3}
$0