6 lines
289 B
Bash
6 lines
289 B
Bash
alias jtagserial="telnet 10.178.4.7 2300"
|
|
alias jtagserial2="telnet 10.178.4.7 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"
|