Commit 29039fa0 authored by 王志文's avatar 王志文

Update a.sh

parent e43441ce
IP=`ip a | grep eth0 | grep inet | awk "{print $2}" | awk -F "/" "{print $1}"`
cp /mnt/$IP/bityuan-cli /root/chain33-cli
IP=`ip a | grep eth0 | grep inet | awk '{print $2}' | awk -F "/" '{print $1}'`
echo "/mnt/$IP/fzmserver/bityuan-cli"
cp "/mnt/$IP/fzmserver/bityuan-cli" /root/chain33-cli
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment