<!--- Provide a general summary of the issue in the Title above --> ## Expected Behavior <!--- Tell us what should happen --> Make this project POSIX Compliant. * [ShellCheck – shell script analysis tool ](https://www.shellcheck.net/); * [24 Bashism To Avoid for POSIX-Compliant Shell Scripts](https://betterprogramming.pub/24-bashism-to-avoid-for-posix-compliant-shell-scripts-8e7c09e0f49a); * [POSIX compliant shell scripting - HLRS Platforms ](https://kb.hlrs.de/platforms/index.php/POSIX_compliant_shell_scripting) * [GitHub - koalaman/shellcheck: ShellCheck, a static analysis tool for shell scripts ](https://github.com/koalaman/shellcheck) ## Current Behavior <!--- Tell us what happens instead of the expected behavior --> Log from `shellcheck`: [dmenu_tnotes.log](https://github.com/TinyToolSH/tnotes/files/8457357/dmenu_tnotes.log) [tnotes.log](https://github.com/TinyToolSH/tnotes/files/8457358/tnotes.log) ## Possible Solution <!--- Not obligatory, but suggest a fix/reason for the bug, --> ## Steps to Reproduce <!--- Provide a link to a live example, or an unambiguous set of steps to --> <!--- reproduce this bug. Include code to reproduce, if relevant --> 1. 2. 3. 4. ## Context (Environment) <!--- How has this issue affected you? What are you trying to accomplish? --> <!--- Providing context helps us come up with a solution that is most useful in the real world --> <!--- Provide a general summary of the issue in the Title above --> ## Detailed Description <!--- Provide a detailed description of the change or addition you are proposing --> ## Possible Implementation <!--- Not obligatory, but suggest an idea for implementing addition or change -->
Expected Behavior
Make this project POSIX Compliant.
Current Behavior
Log from
shellcheck:dmenu_tnotes.log
tnotes.log
Possible Solution
Steps to Reproduce
Context (Environment)
Detailed Description
Possible Implementation