diff bin/olist @ 2985:6a8a44574706

<FireFly> sed -i \'1s/\\$@/ &/\' bin/olist
author HackBot
date Thu, 30 May 2013 17:47:14 +0000
parents ef3b14c727ba
children 9a57eca4fa4d
line wrap: on
line diff
--- a/bin/olist	Thu May 30 17:46:25 2013 +0000
+++ b/bin/olist	Thu May 30 17:47:14 2013 +0000
@@ -1,4 +1,4 @@
-echo -n "$(basename "$0")$@: "; tail -n+2 "$0" | xargs; exit
+echo -n "$(basename "$0") $@: "; tail -n+2 "$0" | xargs; exit
 shachaf
 oerjan
 Sgeo