# -*- mode: snippet -*-
# key: cd
# --
"cd $(dirname {${1:input[0]}}) && ./$(basename {$1})"