bash_plugin_rs 0.2.0

crate to write bash plugins
Documentation
1
2
3
4
5
6
#ifndef _CONFIG_H_
#define _CONFIG_H_

#define ARRAY_VARS 1

#endif