summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xxmutt7
1 files changed, 7 insertions, 0 deletions
diff --git a/xmutt b/xmutt
new file mode 100755
index 0000000..161fd53
--- /dev/null
+++ b/xmutt
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+if [ $# -eq 0 ]; then
+ xsh localhost mutt
+else
+ xsh $@ mutt
+fi