Difference between revisions of "Scripting"
m |
|||
Line 1: | Line 1: | ||
+ | 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== | ==Shell scripting libraries== | ||
Revision as of 14:25, 17 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
See also