From 1e5269581f7df1bf62cc922d39743ec586159e04 Mon Sep 17 00:00:00 2001 From: Paul Walker Date: Mon, 8 Jun 2020 10:36:35 +0100 Subject: [PATCH] bash: lbbrs-pwalker2 - change bounces, change JTAG IP --- bashrc.d/local/lbbrs-pwalker2.bash | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/bashrc.d/local/lbbrs-pwalker2.bash b/bashrc.d/local/lbbrs-pwalker2.bash index 252fd4a..d5ba863 100644 --- a/bashrc.d/local/lbbrs-pwalker2.bash +++ b/bashrc.d/local/lbbrs-pwalker2.bash @@ -1,5 +1,9 @@ -alias jtagserial="telnet 10.178.4.7 2300" -alias jtagserial2="telnet 10.178.4.7 2301" +addpath /usr/local/opt/node-v10.16.0-linux-x64/bin/ + +alias jtagserial="telnet 10.178.4.198 2300" +alias jtagserial2="telnet 10.178.4.198 2301" # alias bounce_7252sb0="scp -r stbbri-sec-1:/local/home/pw921828/tmp/bounce/* ~/target/security/7252sb0" -alias bounce_7252sb0="rsync -avz stbbri-sec-1:tmp/bounce/ /local/pwalker/target/security/7252sb0" +alias bounce_7252sb0="rsync -avz stbbri-sec-1:~/tmp/bounce/ /local/pwalker/target/security/7252sb0" +# alias bounce_7216b0="rsync -avz stbbri-sec-1:/local/home/pw921828/tmp/bounce/ /local/pwalker/target/security/7216b0" +alias bounce_7216b0="scp stbbri-sec-1:tmp/bounce/* /local/pwalker/target/security/7216b0"