changeset 7697:527f541acef4

<moon_> mk templates/termwrapperOut//cmd=\'echo Hi!\' sh -c \'eval $cmd\' # thx int-e
author HackBot
date Tue, 03 May 2016 22:29:56 +0000
parents 69d656b28bac
children f6aec343741a
files templates/termwrapperOut
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/templates/termwrapperOut	Tue May 03 22:21:39 2016 +0000
+++ b/templates/termwrapperOut	Tue May 03 22:29:56 2016 +0000
@@ -1,1 +1,1 @@
-output='Command goes here'  eval "$output"
+cmd='echo Hi!' sh -c 'eval $cmd' # thx int-e