index
:
bin
master
Unnamed repository; edit this file 'description' to name the repository.
Jonas Smedegaard
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
xmutt
blob: 161fd53f36759b24e554795060c3cf173e400432 (
plain
)
#!/bin/bash
if [ $# -eq 0 ]; then
xsh localhost mutt
else
xsh $@ mutt
fi