summaryrefslogtreecommitdiff
path: root/xmc
blob: 12772f29fcfbb71d89a92a547c0a6362396d8714 (plain)
  1. #!/bin/bash
  2. if [ $# -eq 0 ]; then
  3. host="localhost"
  4. else
  5. host="$1"
  6. fi
  7. shift
  8. xsh $host mc $@