changeset 1482:940ce7c34ee4

<olsner> makelist bin/lists
author HackBot
date Sat, 12 Jan 2013 19:56:54 +0000
parents bb8dc622804a
children 8f17fe6d9abf
files bin/lists
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/bin/lists	Sat Jan 12 19:56:44 2013 +0000
+++ b/bin/lists	Sat Jan 12 19:56:54 2013 +0000
@@ -1,2 +1,1 @@
-tail -n +2 $0 | paste -s -d" "; exit 0
-list
+tail -n +2 $0 | xargs echo; exit 0