Compare commits
2 Commits
bb2dd4c1f1
...
53ba319cb1
Author | SHA1 | Date |
---|---|---|
Sage Vaillancourt | 53ba319cb1 | |
Sage Vaillancourt | f4bae0f002 |
|
@ -35,6 +35,10 @@ function fin {
|
||||||
find -iname "*$@*"
|
find -iname "*$@*"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function scpace {
|
||||||
|
scp -P 11275 $@
|
||||||
|
}
|
||||||
|
|
||||||
function gamp {
|
function gamp {
|
||||||
git add * && git commit -am "$1" && git push
|
git add * && git commit -am "$1" && git push
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue