
added rules for misc/macros.d/*. in the process of installation, example scripts will be copied into share/mc/examples/macros.d Signed-off-by: Ilia Maslakov <il.smind@gmail.com>
7 строки
159 B
Bash
7 строки
159 B
Bash
#interactive
|
|
m make
|
|
TMPFILE=`mktemp ${MC_TMPDIR:-/tmp}/up.XXXXXX` || exit 1
|
|
make 2> $TMPFILE
|
|
mcedit $TMPFILE
|
|
rm $TMPFILE
|