Difference between revisions of "Scripting"

From eLinux.org
Jump to: navigation, search
Line 11: Line 11:
 
* http://www.bashinator.org/
 
* http://www.bashinator.org/
 
** Logging framework
 
** Logging framework
 +
** 700 SLOC, 18 functions
 
** Сomplicated to use
 
** Сomplicated to use
 
* [http://code.google.com/p/bsfl/ bsfl - Bash Shell Function Library ]
 
* [http://code.google.com/p/bsfl/ bsfl - Bash Shell Function Library ]

Revision as of 00:13, 18 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 libraries

Samples from books

Historical

See also