# HG changeset patch # User HackBot # Date 1460410096 0 # Node ID 08b41074bb643c20649bda540ad0c3fe42a9f017 # Parent 55fb2e0e3bc9098bee335c1187a35cd5d1f15df4 revert diff -r 55fb2e0e3bc9 -r 08b41074bb64 bin/list --- a/bin/list Mon Apr 11 21:11:07 2016 +0000 +++ b/bin/list Mon Apr 11 21:28:16 2016 +0000 @@ -1,1 +1,1 @@ -date > share/conscripts; culprits share/conscripts | shuf | xargs -n 1 | awk '!x[$0]++' | xargs +date > share/conscripts; culprits share/conscripts | xargs -n 1 | awk '!x[$0]++' | xargs