Klimi's new dotfiles with stow.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
162 B

4 years ago
  1. # -*- mode: snippet -*-
  2. # name: execute
  3. # key: execute
  4. # --
  5. execute "${1:name}" do
  6. command "${2:ls -la}"
  7. creates "${3:/tmp/something}"
  8. action :${4:run}
  9. end