changeset 6968:5e7327a54061

<ais523> ` sed -i \'s!$! | xargs -n 1 | sort -u | xargs!\' bin/list
author HackBot
date Wed, 24 Feb 2016 11:39:17 +0000
parents b1c2924488d1
children 0e198ff19049
files bin/list
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/list	Wed Feb 24 11:35:03 2016 +0000
+++ b/bin/list	Wed Feb 24 11:39:17 2016 +0000
@@ -1,1 +1,1 @@
-date > share/conscripts; culprits share/conscripts
+date > share/conscripts; culprits share/conscripts | xargs -n 1 | sort -u | xargs