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
| #!/bin/bash | |
| # Copyright (C) 2025 Jim Chen, licensed under GPL-3.0-or-later | |
| # | |
| # This script is rewritten from the solutions provided in the following comments, credited to Sergei von Alis(gasinvein) and Zihad(tazihad): | |
| # - https://github.com/keepassxreboot/keepassxc-browser/issues/1631#issuecomment-1153736766 | |
| # - https://github.com/keepassxreboot/keepassxc-browser/issues/1631#issuecomment-1170629567 | |
| # | |
| # This program is free software: you can redistribute it and/or modify | |
| # it under the terms of the GNU General Public License as published by | |
| # the Free Software Foundation, either version 3 of the License, or |