unix-conf/.emacs.d/elpa/yasnippet-20160131.948/snippets/chef-mode/cron

10 lines
139 B
Plaintext
Raw Normal View History

2016-02-18 13:53:30 +00:00
# -*- mode: snippet -*-
# name: cron
# key: cron
# --
cron "${1:name}" do
hour "${2:5}"
minute "${3:0}"
command "${4:/bin/true}"
end