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
/
xmc
blob: 12772f29fcfbb71d89a92a547c0a6362396d8714 (
plain
)
#!/bin/bash
if [ $# -eq 0 ]; then
host="localhost"
else
host="$1"
fi
shift
xsh $host mc $@