busybox/miscutils
Ron Yorston 981b2eff81 mim: run scripts from a specification file
mim runs scripts from a specification file which can be thought
of as an extremely limited Makefile. Neither make variables nor
dependencies are supported. By default the file 'Mimfile' is read.
An example:

   hello:
      echo hello $1

   clean:
      rm -rf *

The command 'mim' or 'mim hello' will echo 'hello'. Unlike 'make'
arguments after the first are available to the script; they don't
specify additional targets.

mim isn't enabled by default.  Enabling it increases the size of the
binary by about 500 bytes.

Signed-off-by: Ron Yorston <rmy@pobox.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2020-04-30 17:23:08 +02:00
..
adjtimex.c config: update size information 2018-12-28 03:20:17 +01:00
bbconfig.c libarchive: add a function to unpack embedded data 2018-11-02 14:14:51 +01:00
bc.c bc: fix comparison bug, closes 12336 2019-11-23 17:25:21 +01:00
beep.c config: update size information 2018-12-28 03:20:17 +01:00
chat.c libbb: reduce the overhead of single parameter bb_error_msg() calls 2019-07-02 11:35:03 +02:00
Config.src restore documentation on the build config language 2018-06-06 15:16:48 +02:00
conspy.c getopt32: remove applet_long_options 2017-08-08 17:09:40 +02:00
crond.c libbb: reduce the overhead of single parameter bb_error_msg() calls 2019-07-02 11:35:03 +02:00
crontab.c libbb: reduce the overhead of single parameter bb_error_msg() calls 2019-07-02 11:35:03 +02:00
dc.c libbb: reduce the overhead of single parameter bb_error_msg() calls 2019-07-02 11:35:03 +02:00
devfsd.c libbb: reduce the overhead of single parameter bb_error_msg() calls 2019-07-02 11:35:03 +02:00
devmem.c libbb: reduce the overhead of single parameter bb_error_msg() calls 2019-07-02 11:35:03 +02:00
fbsplash.c libbb: reduce the overhead of single parameter bb_error_msg() calls 2019-07-02 11:35:03 +02:00
fbsplash.cfg fbsplash: cosmetic comment and Config text fixes; rename .ini -> .cfg 2008-03-26 15:12:11 +00:00
flash_eraseall.c libbb: reduce the overhead of single parameter bb_error_msg() calls 2019-07-02 11:35:03 +02:00
flash_lock_unlock.c whitespace and comment format fixes, no code changes 2017-10-05 15:33:28 +02:00
flashcp.c config: update size information 2018-12-28 03:20:17 +01:00
hdparm.c hdparm: placate "warning: taking the absolute value of unsigned type" 2019-10-25 17:47:22 +02:00
hexedit.c libbb: reduce the overhead of single parameter bb_error_msg() calls 2019-07-02 11:35:03 +02:00
i2c_tools.c libbb: reduce the overhead of single parameter bb_error_msg() calls 2019-07-02 11:35:03 +02:00
inotifyd.c libbb: reduce the overhead of single parameter bb_error_msg() calls 2019-07-02 11:35:03 +02:00
Kbuild.src Remove trailing empty lines 2016-11-23 10:43:39 +01:00
less.c config: update size information 2018-12-28 03:20:17 +01:00
lsscsi.c config: update size information 2018-12-28 03:20:17 +01:00
makedevs.c config: update size information 2018-12-28 03:20:17 +01:00
man.c man: add "/usr/share/man" as another default MANPATH, fix col override 2019-03-30 17:27:09 +01:00
microcom.c config: update size information 2018-12-28 03:20:17 +01:00
mim.c mim: run scripts from a specification file 2020-04-30 17:23:08 +02:00
mt.c config: update size information 2018-12-28 03:20:17 +01:00
nandwrite.c libbb: reduce the overhead of single parameter bb_error_msg() calls 2019-07-02 11:35:03 +02:00
partprobe.c config: update size information 2018-12-28 03:20:17 +01:00
raidautorun.c config: update size information 2018-12-28 03:20:17 +01:00
readahead.c config: update size information 2018-12-28 03:20:17 +01:00
rfkill.c libbb: reduce the overhead of single parameter bb_error_msg() calls 2019-07-02 11:35:03 +02:00
runlevel.c config: more tweaks 2018-12-28 17:52:43 +01:00
rx.c libbb: reduce the overhead of single parameter bb_error_msg() calls 2019-07-02 11:35:03 +02:00
setfattr.c config: update size information 2018-12-28 03:20:17 +01:00
setserial.c config: update size information 2018-12-28 03:20:17 +01:00
strings.c config: update size information 2018-12-28 03:20:17 +01:00
time.c libbb: reduce the overhead of single parameter bb_error_msg() calls 2019-07-02 11:35:03 +02:00
ts.c ts: do call localtime() when neither -s nor -i specified 2019-03-26 11:51:21 +01:00
ttysize.c config: update size information 2018-12-28 03:20:17 +01:00
ubi_tools.c libbb: reduce the overhead of single parameter bb_error_msg() calls 2019-07-02 11:35:03 +02:00
ubirename.c libbb: reduce the overhead of single parameter bb_error_msg() calls 2019-07-02 11:35:03 +02:00
volname.c config: update size information 2018-12-28 03:20:17 +01:00
watchdog.c do not duplicate CONFIG_PID_FILE_PATH and ".pid" strings 2019-03-17 19:48:39 +01:00