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.

11 lines
154 B

4 years ago
  1. # -*- mode: snippet -*-
  2. # name: sh_test
  3. # key: shtest
  4. # --
  5. sh_test(
  6. name = "$0",
  7. size = "$1",
  8. srcs = "$2",
  9. deps = "$3",
  10. data = "$4"
  11. )