rice

personal dot files and scripts for linux and macOS
Log | Files | Refs | README | LICENSE

if (84B)


      1 # -*- mode: snippet -*-
      2 # name: if
      3 # key: if
      4 # contributor : @mjf
      5 # --
      6 if $1 {
      7 	$0
      8 }