projects
/
dotfiles
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
heu
[dotfiles]
/
.bash_function
diff --git
a/.bash_function
b/.bash_function
index
1770d3d
..
3db8570
100644
(file)
--- a/
.bash_function
+++ b/
.bash_function
@@
-33,6
+33,7
@@
ssh() {
command ssh "$@"
}
+
scp() {
local file=$1
local remote=$2