/
githubmirror
/
nmap
Обзор
Документация
Войти
/
githubmirror
/
nmap
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
ncat/scripts/discard.lua
11 строк
156 B
d33tah
Fix coding style of all scripts with Lunadry.
29 авг 2013, 17:34
29 авг 2013, 17:34
d68d608
Код
Авторство
О чём код?
--This script reads data from the standard input and discards them. while true do data = io.stdin:read(512) if data == nil then break end end