The majority of GNU/Linux and Unix shells are not designed for extensibility or embeddability. An exception is the the Korn Shell which includes support for runtime linking of libraries and custom builtins and accessing shell internals. This post shows you how to write your own simple Korn shell custom builtins.
↧