mirror of
https://github.com/pavel-odintsov/fastnetmon
synced 2024-11-23 17:32:59 +01:00
4 lines
61 B
Bash
Executable File
4 lines
61 B
Bash
Executable File
#!/bin/bash
|
|
|
|
g++ netmap.cpp -I/usr/src/netmap/sys/ -onetmap
|