Anons79 Mini Shell

Directory : /proc/self/root/etc/multitail/
Upload File :
Current File : //proc/self/root/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".$_;
}

Anons79 File Manager Version 1.0, Coded By Anons79
Email: [email protected]