Compare commits

...

2 Commits

1 changed files with 4 additions and 0 deletions

View File

@ -35,6 +35,10 @@ function fin {
find -iname "*$@*"
}
function scpace {
scp -P 11275 $@
}
function gamp {
git add * && git commit -am "$1" && git push
}