Added two macro examples:
[midnight-commander/osp.git] / misc / macros.d / macro.6.sh
blobfed113a1fd2c8ed012f195f0ba74bdb88c8be45c
1 e execute something
2 TMPFILE=`mktemp ${MC_TMPDIR:-/tmp}/up.XXXXXX` || exit 1
3 cat %b > $TMPFILE
4 sh $TMPFILE > %b