changeset 9106:123ee102cf90

<fizzie> mkx bin/pad//pad="$1"; shift; echo "$@" >> "tmp/pad.$pad"
author HackBot
date Mon, 26 Sep 2016 15:10:52 +0000
parents 16d40099ba17
children 9c9d2191d44e
files bin/pad
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/pad	Mon Sep 26 15:01:19 2016 +0000
+++ b/bin/pad	Mon Sep 26 15:10:52 2016 +0000
@@ -1,1 +1,1 @@
-printf "$(printf $2)\n" >> "tmp/$(echo $1)padfile"
+pad="$1"; shift; echo "$@" >> "tmp/pad.$pad"