bash_plugin_rs 0.1.1

crate to write bash plugins
Documentation
1
2
3
4
5
6
With the exception of config.h, these files were copied unmodified from the
bash-4.3.30 distribution. Distributions seldom package bash development files,
as dynamic loading is a very rarely used bash feature.

These files contain some data structures and prototypes necessary for plugin
development.