Last active
July 5, 2026 19:40
-
-
Save royashbrook/6baf814608a1dbd99c38340989e608fd to your computer and use it in GitHub Desktop.
persistent-claude , keep a 'claude --remote-control' session alive on macOS (tmux pty + launchd RunAtLoad/KeepAlive). curl | bash.
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 | |
| # waterbear has moved to its own repo. this gist is a pointer now. | |
| echo "waterbear moved to: https://github.com/royashbrook/waterbear" >&2 | |
| echo "install: curl -fsSL https://raw.githubusercontent.com/royashbrook/waterbear/main/scripts/waterbear-install | bash" >&2 | |
| exit 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment