/sh-mode/until
http://github.com/ridgetang/snippets · #! · 6 lines · 6 code · 0 blank · 0 comment · 0 complexity · 1f7e95edcf788ee03f5f5f46b852f687 MD5 · raw file
- # -*- mode: yasnippet -*-
- #name : until ... done
- # --
- until [[ ${1:condition} ]]; do
- ${0:statements}
- done