This is a script to get code context:
get_code_context.sh
This is a script to get the word count of the output file:
word_char_count.sh
get_code_context.sh
word_char_count.sh
get_code_context.txt
words_and_characters_count.txtchmod +x get_code_context.sh && chmod +x word_char_count.sh./get_code_context.sh./word_char_count.sh