aboutsummaryrefslogblamecommitdiff
path: root/bin/sls
blob: c5281aa76fa70bc8ed4a15c97fc18c6e7e55cad6 (plain) (tree)
1
2
3
4
5
6
7
8







                                                        
#!/bin/sh
if [ "$#" -eq 0 ] ; then
     for cfg in /etc/ssh_config "$HOME"/.ssh/config ; do
         [ -e "$cfg" ] || continue
         set -- "$@" "$cfg"
     done
fi
exec slsf -- "$@"