changeset 9101:f20551c7c792

<evilmoon> mkx bin/pad//echo $2 > "tmp/$(echo $1)padfile"
author HackBot
date Mon, 26 Sep 2016 14:54:45 +0000
parents 60173aa7ff5b
children 72e8a6db5aea
files bin/pad
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/pad	Mon Sep 26 14:52:25 2016 +0000
+++ b/bin/pad	Mon Sep 26 14:54:45 2016 +0000
@@ -1,1 +1,1 @@
-echo $2 > 'tmp/${$1}padfile'
+echo $2 > "tmp/$(echo $1)padfile"