14 lines
176 B
Text
14 lines
176 B
Text
|
|
#!/usr/bin/txr -f
|
||
|
|
@(maybe)
|
||
|
|
@(bind USER "Unknown User")
|
||
|
|
@(or)
|
||
|
|
@(bind MB "???")
|
||
|
|
@(end)
|
||
|
|
@(output)
|
||
|
|
Dear @USER
|
||
|
|
|
||
|
|
Your are over your disk quota by @MB megabytes.
|
||
|
|
|
||
|
|
The Computer
|
||
|
|
@(end)
|