diff --git a/functions.sh b/functions.sh index f453da1..518d687 100644 --- a/functions.sh +++ b/functions.sh @@ -6,6 +6,10 @@ export TMUX_SESSION_DIRS SETPROXY_CREDS_DIRS KERBEROS_CONFIG_DIRS +cpb() { + scp "$1" ${SSH_CLIENT%% *}:~/Work +} + sudo() { local SUDO SUDO=$( if [ -e /bin/sudo ]; then echo /bin/sudo; else echo /usr/bin/sudo; fi )