Compare commits
No commits in common. 'dcbf9a9a0de7bb9e07ed0e8d52baa5eb090b0180' and '0245fac66994f9c3948c14c079be1a1b5dbd6fcb' have entirely different histories.
dcbf9a9a0d
...
0245fac669
@ -0,0 +1,4 @@ |
||||
#!/bin/bash |
||||
|
||||
INTERFACE=$1 |
||||
udp-receiver --interface $INTERFACE |
||||
@ -0,0 +1,4 @@ |
||||
#!/bin/bash |
||||
|
||||
INTERFACE=$1 |
||||
udp-sender --interface $INTERFACE |
||||
Binary file not shown.
Binary file not shown.
Loading…
Reference in new issue