8 lines
60 B
Plaintext
8 lines
60 B
Plaintext
|
#!/usr/bin/env python
|
||
|
|
||
|
from etherdump import main
|
||
|
|
||
|
main()
|
||
|
|
||
|
|