slicker listing leaves off mbytes if there are none. also added gbytes count with...
[feisty_meow.git] / customizing / fred / scripts / sftp.sh
1 #!/bin/bash
2
3 source "$FEISTY_MEOW_GENERATED/custom/scripts/pick_credentials.sh"
4
5 # a wrapper for the file transfers using secure shell.
6 \sftp -i "$keyfile" $*
7