Guest User

Untitled

a guest
Jan 18th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. echo "ID_$Output" | ncat $serverip 7070
  2.  
  3. result=$(ncat -l -v 7070 -k)
  4.  
  5. id="$(cut -d'_' -f1 <<<"$result")"
  6.  
  7. status="$(cut -d'-' -f2 <<<"$result")"
Add Comment
Please, Sign In to add comment