Sophie

Sophie

distrib > Mageia > 5 > i586 > media > core-release > by-pkgid > fff2921ff40d1f832561027dc17323f5 > files > 56

epic5-1.1.9-3.mga5.i586.rpm

alias testit {
	@ i = 0
	@ fd = open(random-num W)
	while (i < 10000)
	{
		@ write($fd $rand(100) $rand(100))
		@ i++
	}
	@ close($fd)
}