added various scripts

This commit is contained in:
Tobias Kessels
2017-09-18 11:47:26 +02:00
parent 0c4de86701
commit 44c78db199
25 changed files with 678 additions and 1 deletions
+12
View 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
}