15 lines
135 B
Text
15 lines
135 B
Text
snippet py
|
|
#!/usr/bin/env python3
|
|
# -*- coding: utf-8 -*-
|
|
"""$1"""
|
|
|
|
$2
|
|
endsnippet
|
|
|
|
snippet sh
|
|
#!/usr/bin/env sh
|
|
|
|
set -e
|
|
|
|
$1
|
|
endsnippet
|