freebsd-ports/security/safesh/src/cvs-safesh.sh
Eivind Eklund 4c1f9ea239 Upgrade to 1.5. This include:
* Fix for using cvs-safesh with different remote and local username
* Extended scpsh implementation w/target variable
* Correction of new target message
2003-02-19 20:01:57 +00:00

6 lines
94 B
Bash

#!/bin/sh
if [ "$2" = "-l" ]; then
exec safesh $3@$1 -- "$@"
else
exec safesh $1 -- "$@"
fi