Difference between revisions of "Scripting"

From eLinux.org
Jump to: navigation, search
Line 14: Line 14:
  
 
===Shell scripting libraries===
 
===Shell scripting libraries===
 +
* [http://www.gnu.org/software/shtool/ shtool]
 
* [http://intuitive.com/wicked/wicked-cool-shell-script-library.shtml Wicked Cool Shell Scripts, 2004, samples]
 
* [http://intuitive.com/wicked/wicked-cool-shell-script-library.shtml Wicked Cool Shell Scripts, 2004, samples]
 
** Indeed cool shell scripts, worth to read
 
** Indeed cool shell scripts, worth to read

Revision as of 12:00, 4 January 2014

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

References

See also