## How it works?
1. Read the list of submodules in the `works-list.txt` file.
-2. Creates two directory: `/works-tmp` and `works/`.
+2. Creates two directory: `works-tmp/` and `works/`.
2. Checks if submodules from the txt file exists within `works-tmp` folder. If not, add it.
3. Update the submodules in their remote latest commit.
4. Copy the submodules from the `works-tmp` directory to the `works` directory while removing `.git` contents simultaneously.
+++ /dev/null
-temperature-converter git@github.com:b0chard/temperature-converter.git
-roman-numeral-converter git@github.com:b0chard/roman-numeral-converter.git
-palindrom-checker git@github.com:b0chard/palindrome-checker.git
\ No newline at end of file