Created
August 5, 2026 13:23
-
-
Save ps173/fc3969fe4e3d80b727aed96a25a240b9 to your computer and use it in GitHub Desktop.
Switch between workspaces in the same bench apps folder
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 zsh | |
| rm -f $2 # -f suppresses errors | |
| ln -s $1 $2 | |
| bench --site all clear-cache | |
| bench restart |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment