summaryrefslogtreecommitdiffstats
path: root/misc/macros.d/macro.6.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--misc/macros.d/macro.6.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/misc/macros.d/macro.6.sh b/misc/macros.d/macro.6.sh
new file mode 100644
index 0000000..923a5f8
--- /dev/null
+++ b/misc/macros.d/macro.6.sh
@@ -0,0 +1,5 @@
+#silent
+e execute something
+ TMPFILE=`mktemp ${MC_TMPDIR:-/tmp}/up.XXXXXX` || exit 1
+ cat %b > $TMPFILE
+ sh $TMPFILE > %b