changeset 7704:868c59e5bab8

<moon_> mk bin/ciolf//file=$1 data=$(cat "$file") sh -c "ciol $data"
author HackBot
date Wed, 04 May 2016 00:09:50 +0000
parents 711cb819c4a2
children a7d21a217d23
files bin/ciolf
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/bin/ciolf	Wed May 04 00:09:50 2016 +0000
@@ -0,0 +1,1 @@
+file=$1   data=$(cat "$file")          sh -c "ciol $data"