PageRenderTime 161ms CodeModel.GetById 16ms RepoModel.GetById 1ms app.codeStats 0ms

/sh-mode/until

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