whoami7 - Manager
:
/
etc
/
multitail
/
Upload File:
files >> //etc/multitail/convert-simple.pl
#!/usr/bin/perl # disable I/O buffering (this is essential) $| = 1; while(<>) { # add 'bla' in front of the string print "bla".$_; }
Copyright ©2021 || Defacer Indonesia