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 | |
| # This sets up a google-chrome instance just for voip stuff (zoom/jitsi/etc.) through the browser. | |
| # It follows from the wasp-cake theory of David Mitchell | |
| # https://youtube.com/watch?v=qA73vORSnA4 | |
| # Uses flags from: | |
| # https://www.ghacks.net/2013/10/06/list-useful-google-chrome-command-line-switches/ | |
| # https://peter.sh/experiments/chromium-command-line-switches/#load-extension |