added various scripts
This commit is contained in:
12
codegrab/ips.awk
Normal file
12
codegrab/ips.awk
Normal file
@@ -0,0 +1,12 @@
|
||||
BEGIN{
|
||||
if (max=="") max=3
|
||||
cmd="for i in {0..255} | shuf "
|
||||
while ( ( cmd | getline result ) > 0 ) {
|
||||
print result
|
||||
}
|
||||
}
|
||||
{
|
||||
print
|
||||
for (i=4; i >max ; i-=1)
|
||||
print $i
|
||||
}
|
||||
Reference in New Issue
Block a user