changeset 7365:55fb2e0e3bc9

<int-e> ` sed -i \'s/..xargs/| shuf | xargs/\' bin/list
author HackBot
date Mon, 11 Apr 2016 21:11:07 +0000
parents 0ceb70fe2a22
children 08b41074bb64
files bin/list
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/list	Mon Apr 11 21:10:10 2016 +0000
+++ b/bin/list	Mon Apr 11 21:11:07 2016 +0000
@@ -1,1 +1,1 @@
-date > share/conscripts; culprits share/conscripts | xargs -n 1 | awk '!x[$0]++' | xargs
+date > share/conscripts; culprits share/conscripts | shuf | xargs -n 1 | awk '!x[$0]++' | xargs