mirror of
https://github.com/marcin-szczepanski/jFuzzyLogic.git
synced 2024-11-03 17:50:28 +01:00
14 lines
795 B
Bash
14 lines
795 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
./addFrame.pl index_frame.html index_content.html > index.html
|
||
|
./addFrame.pl index_frame.html example_fcl_content.html > example_fcl.html
|
||
|
./addFrame.pl index_frame.html example_java_content.html > example_java.html
|
||
|
./addFrame.pl index_frame.html fcl_content.html > fcl.html
|
||
|
./addFrame.pl index_frame.html java_content.html > java.html
|
||
|
./addFrame.pl index_frame.html example_parametric_optimization_content.html > example_parametric_optimization.html
|
||
|
./addFrame.pl index_frame.html classes_content.html > classes.html
|
||
|
./addFrame.pl index_frame.html membership_content.html > membership.html
|
||
|
./addFrame.pl index_frame.html about_content.html > about.html
|
||
|
./addFrame.pl index_frame.html faq_content.html > faq.html
|
||
|
./addFrame.pl index_frame.html plugin_content.html > plugin.html
|