This commit is contained in:
Christian Nieves
2022-08-01 19:44:30 +00:00
parent 162b87e600
commit 323c90732c
4 changed files with 29 additions and 9 deletions

View File

@ -89,7 +89,7 @@ get_current_activity() {
}
cl_search() {
hg whatsout | xargs -i sh -c "echo {} && grep $1 {}"
hg whatsout | xargs -i sh -c "echo {} && grep '$1' {}"
}
cl_replace() {
@ -106,6 +106,26 @@ objfs_cp() {
fileutil cp -f $1 $tmp && unzip $tmp $2 && unlink $tmp
}
from_cloud(){
scp baggins.c.googlers.com:$1 ~/Downloads/
echo "Saved $1 to downloads"
}
to_cloud(){
scp $1 baggins.c.googlers.com:~/Downloads
echo "Saved $1 to downloads"
}
from_mac(){
scp cnieves-macbookpro.roam.internal:$1 ~/Downloads/
echo "Saved $1 to downloads"
}
to_mac(){
scp $1 cnieves-macbookpro.roam.internal:~/Downloads
echo "Saved $1 to downloads"
}
alias acid=/google/bin/releases/mobile-devx-platform/acid/acid
alias apido='/google/data/ro/teams/oneplatform/apido'
alias bugs=/google/data/rw/users/mk/mkannan/www/bin/bugs