tasks a-s
This commit is contained in:
parent
47bf37c096
commit
b83f433714
12433 changed files with 156208 additions and 123 deletions
23
Task/Send-email/TXR/send-email.txr
Normal file
23
Task/Send-email/TXR/send-email.txr
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
#!/usr/bin/txr
|
||||
@(next :args)
|
||||
@(cases)
|
||||
@TO
|
||||
@SUBJ
|
||||
@ (maybe)
|
||||
@CC
|
||||
@ (or)
|
||||
@ (bind CC "")
|
||||
@ (end)
|
||||
@(or)
|
||||
@ (throw error "must specify at least To and Subject")
|
||||
@(end)
|
||||
@(next "-")
|
||||
@(collect)
|
||||
@BODY
|
||||
@(end)
|
||||
@(output `!mail -s "@SUBJ" -c "@CC" "@TO"`)
|
||||
@(repeat)
|
||||
@BODY
|
||||
@(end)
|
||||
.
|
||||
@(end)
|
||||
Loading…
Add table
Add a link
Reference in a new issue