Sindbad~EG File Manager

Current Path : /proc/1603417/root/usr/share/systemtap/tapset/
Upload File :
Current File : //proc/1603417/root/usr/share/systemtap/tapset/input.stp

@__private30 global _line = ""

probe input.char = procfs("__stdin").write {
        char = $value
}


probe input.line = procfs("__stdin").write {
        _line .= $value
        if ($value != "\n")
                next
        line = _line
        _line = ""
}

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists