kazurayam / inspectus4katalon-sample-project

A sample Katalon Studio project that performs Visual Inspection
Apache License 2.0
0 stars 0 forks source link

refactor the docs/indexconv.sh shell script #38

Closed kazurayam closed 11 months ago

kazurayam commented 1 year ago

the indexconv.sh (https://github.com/kazurayam/inspectus4katalon-sample-project/blob/0.3.4/docs/indexconv.sh) should be refactored.

Initially this script was made to process index_.adoc -> index.md conversion only. Secondly I added a process index-ja_.adoc -> index-ja.md conversion.

The code got more complexed.

I should isolate the two phases.

  1. identify file name to process
  2. do file conversion
kazurayam commented 11 months ago

already done