DEBSOURCES
Skip Quicknav
sources / yash / 2.60-1 / share / completion / scp
12345678910
# (C) 2011 magicant # Completion script for the "scp" command. function completion/scp { command -f completion//reexecute ssh } # vim: set ft=sh ts=8 sts=8 sw=8 et: