It can be convenient to bundle text files in a package for convenient distribution and access.
show_text.py: script that reads a text file from the package, and prints it to standard output.- `lib/utils': package with a text file.
lib/utils/text_data.txt: text file that contains some text.run_show_text.sh: Bash script that runs theshow_text.pyscript. It sets thePYTHONPATHenvironment variable to include thelibdirectory to find theutilspackage.