aboutsummaryrefslogblamecommitdiff
path: root/bin/sls
blob: cbaebe3a96c790386800f504ec2325e95b96e296 (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
slsf -- "$@"