add bteach alias
This commit is contained in:
parent
39a73d3cab
commit
396a91fa7a
1 changed files with 1 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ export PATH=$INFRA/bin:$INFRA/../xen:$PATH
|
|||
|
||||
# Everyday aliases
|
||||
bthost() {cat $INFRA/host/$1}
|
||||
bteach() {$INFRA/bin/foreach $@}
|
||||
dom0() {awk '/Container:/{ print $2}' ${INFRA}/host/${1}}
|
||||
alerts() {ssh root@pidou monshow | grep -v "none$" | grep -v "^ " | grep -v "^$"}
|
||||
tickets() {curl "https://maudin:$(/home/hybris/.scripts/keepcli -p Dashbeard)@dashbeard.bearstech.com/api/dashbeard.txt"}
|
||||
|
|
|
|||
Loading…
Reference in a new issue