tasty renamings
[feisty_meow.git] / customize / fred / scripts / sftp.sh
1 #!/bin/bash
2
3 source "$FEISTY_MEOW_LOADING_DOCK/custom/scripts/pick_credentials.sh"
4
5 # a wrapper for the file transfers using secure shell.
6 \sftp -i "$keyfile" $*
7