Jafar
|
jafar_create <module_name> is a small shell script which creates a directory module_name in JAFAR_DIR/modules and includes files to start a new jafar module.
The command jafar_create
is a shell script located in $JAFAR_DIR/bin
. It copies files from $JAFAR_DIR/share/template_module/
to a target dirctory. Moreover, directory names, file names and files content is parsed to process a search/replace on special strings:
_jfr_module_:
name of the module (given on the command line)_jfr_Module_:
name of the module, first character upper-case_jfr_MODULE_:
name of the module, upper-case_jfr_date_:
the current date with format year-month-day Generated on Wed Oct 15 2014 00:37:30 for Jafar by doxygen 1.7.6.1 |