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:
parent
8cafffc68c
commit
6e1ce0b399
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user