This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| # TODO: | |
| # - to check if joplin is already running and if so, ask permission to close it | |
| # - given Joplin's running, when clicking on icon, do not open second window, but restore from tray | |
| # - adhere to original indentation and codestyle guidelines | |
| set -e | |
| trap 'handleError' ERR |