Skip to content

Instantly share code, notes, and snippets.

@ps173
Created August 5, 2026 13:23
Show Gist options
  • Select an option

  • Save ps173/fc3969fe4e3d80b727aed96a25a240b9 to your computer and use it in GitHub Desktop.

Select an option

Save ps173/fc3969fe4e3d80b727aed96a25a240b9 to your computer and use it in GitHub Desktop.
Switch between workspaces in the same bench apps folder
#!/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