summaryrefslogtreecommitdiff
path: root/xmutt
blob: 161fd53f36759b24e554795060c3cf173e400432 (plain)
  1. #!/bin/bash
  2. if [ $# -eq 0 ]; then
  3. xsh localhost mutt
  4. else
  5. xsh $@ mutt
  6. fi