Snippet for @author that reads /etc/passwd. Not so useful on a Windows

system but neat on a *nix one.
This commit is contained in:
Erik Westrup 2012-01-01 12:08:21 +01:00
parent 8cafffc68c
commit 6e1ce0b399

View File

@ -92,6 +92,8 @@ snippet tryf
}
snippet rst
ResultSet ${1:rst}${2: = null}${3};${4}
snippet @au
@author `system("grep \`id -un\` /etc/passwd | cut -d \":\" -f5")`
snippet mm
@ManyToMany
${1}