Advertisement
Guest User

Untitled

a guest
Sep 20th, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.16 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. # most of cases here
  4. c=0
  5. let i=1
  6. # 0 didn't work here
  7. # virsh has troubles with so low value
  8. i=$((i + 1))
  9. netcat something.org 1234 < file
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement