I have a bind, bind pub - !sysinfo pub:syscmd What I'd like to do is something like this: bind pub - !sysinfo pub:syscmd(sysinfo) bind pub - !date pub:syscmd(date) etc So that I can have just one proc for the command rather than having to copy/paste it (and keep the code synced when I want to make c...