diff options
Diffstat (limited to '')
| -rwxr-xr-x | mail-compose | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mail-compose b/mail-compose new file mode 100755 index 0000000..1c293f0 --- /dev/null +++ b/mail-compose | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | #!/bin/sh | ||
| 2 | |||
| 3 | # Open a mail composer. | ||
| 4 | # Requires: mblaze | ||
| 5 | |||
| 6 | terminal=${TERMINAL:-xterm} | ||
| 7 | |||
| 8 | $terminal -e mcom $@ | ||
