Install yasnippet and vala-snippets packages
This commit is contained in:
14
elpa/yasnippet-20160924.2001/snippets/chef-mode/bash
Normal file
14
elpa/yasnippet-20160924.2001/snippets/chef-mode/bash
Normal file
@@ -0,0 +1,14 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: bash
|
||||
# key: bash
|
||||
# --
|
||||
bash "${1:install something}" do
|
||||
user "${2:root}"
|
||||
cwd "${3:/tmp}"
|
||||
creates "${4:maybe}"
|
||||
code <<-EOH
|
||||
STATUS=0
|
||||
$0 || STATUS=1
|
||||
exit $STATUS
|
||||
EOH
|
||||
end
|
Reference in New Issue
Block a user