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 | |
| # usage: passwordlauncher.sh <name of app> | |
| # example passwordlauncher.sh discord | |
| # | |
| # I use this script to wrap the executable in the .desktop file for apps which | |
| # i sometimes open mindlessly and reflexively. | |
| # | |
| # The goal of this script is to give you a large enough cognitive challenge | |
| # such that you can make the decision if you actually want to use the | |
| # application you just tried to open or if it was just a reflex, without being |