# HG changeset patch # User HackBot # Date 1462314596 0 # Node ID 527f541acef42e3777608d53da31daba6bf33232 # Parent 69d656b28bac084f26fda841c71c5a8f0522c4dd mk templates/termwrapperOut//cmd=\'echo Hi!\' sh -c \'eval $cmd\' # thx int-e diff -r 69d656b28bac -r 527f541acef4 templates/termwrapperOut --- 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