From dd66a2d826c9dcd8d14e96dd1c08259055ee4c97 Mon Sep 17 00:00:00 2001 From: Chris Hibbert Date: Tue, 29 Oct 2024 09:25:19 -0700 Subject: [PATCH] chore: repair keys in priceFeed upgrade proposal --- a3p-integration/min.sh | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 a3p-integration/min.sh diff --git a/a3p-integration/min.sh b/a3p-integration/min.sh new file mode 100644 index 00000000000..ae82a8accbc --- /dev/null +++ b/a3p-integration/min.sh @@ -0,0 +1,39 @@ +alias ls='ls -FCG' +alias ll='ls -loG' +alias lt='ll -tro' +function ltt() { ls -ltr $* | tail; } +function lls() { ll $* | sort -n --key=4; } + +function psg() { ps -ex | grep "$@"; } +alias push=pushd +alias pusdh=pushd +alias pu=pushd +alias d=dirs +alias pop=popd +alias po=popd +alias h='history 15' +function hist() { if [ $# == 1 ]; then history | grep $1; else history 30; fi; } +alias grep='grep --color=auto' +alias egrep='egrep --color=auto' + +alias j='jobs -l' + +#function replace() { +# mv upgrade-test-scripts{,-cya} +# ln -s /workspace/upgrade-test-scripts +#} + +# alias start='agd start > chain.log 2>&1 &' + +# type is bash's version of whatis + +export IGNOREEOF=5 + +export PS1='DOCKER \[\033[1;42m\]\W\[\033[0;32m\] \[\033[0m\] \! > ' + +# using xargs +# (find . -name test | grep -v node_ - | xargs -I foo find foo -name \*.js | grep -v bundle- | xargs -I foo grep -n finally foo /dev/null ) + +alias rehash='hash -r' + +export TZ=PST8PDT