Difference between revisions of "Scripting"

From eLinux.org
Jump to: navigation, search
(Shell scripting libraries)
Line 37: Line 37:
 
* [https://github.com/jpic/bashworks bashworks]
 
* [https://github.com/jpic/bashworks bashworks]
 
* [https://github.com/rerun/rerun/blob/master/README.md rerun - a modular shell automation framework to organize your keeper scripts]
 
* [https://github.com/rerun/rerun/blob/master/README.md rerun - a modular shell automation framework to organize your keeper scripts]
 +
** 700 SLOC, 30 functions
 
* [https://github.com/lmartinking/monkey-tail @ aka monkey-tail]
 
* [https://github.com/lmartinking/monkey-tail @ aka monkey-tail]
 
** Some short functions
 
** Some short functions

Revision as of 15:12, 22 December 2013

Scripting is powerful technology especially valuable in embbedded Linux. It is used for building complex projects, building root file systems and distributions, system management, tests automation.

Most commons shells are bash on PC and busybox's ash on embedded Linux.

Shell scripting

Shell scripting libraries

Samples from books

Historical

See also