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 | |
| # Enables `claude --chrome` to work from WSL2 with Windows-installed Chrome | |
| # Run this from inside your WSL2 distro | |
| # | |
| # This script was written by Claude, see the following link for more info: | |
| # https://github.com/anthropics/claude-code/issues/14367#issuecomment-3927349991 | |
| # | |
| # The script will: | |
| # - Auto-detect Windows username, WSL distro, Chrome profile, and claude binary | |
| # - Create the real directory + Extensions symlink for detection |
OlderNewer