changeset 7706:e26bf3b6a034

<oerjan> mkx bin/ciolf//ciol "$(cat "$1")"
author HackBot
date Wed, 04 May 2016 00:12:12 +0000
parents a7d21a217d23
children 777d83e4daea
files bin/ciolf
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/ciolf	Wed May 04 00:10:12 2016 +0000
+++ b/bin/ciolf	Wed May 04 00:12:12 2016 +0000
@@ -1,1 +1,1 @@
-file=$1   data=$(cat "$file")          sh -c "ciol $data"
+ciol "$(cat "$1")"