c2e734510d38d5d8658bd1b1bfbae9481a9bfdae
[feisty_meow.git] / sftp.sh
1 #!/bin/bash
2
3 # a wrapper for the file transfers using secure shell.
4 \sftp -i $HOME/.ssh/id_dsa_fred $*
5