Last active
August 6, 2026 17:34
-
-
Save jmcph4/07cce3c689da23b80f14b6f6dc34e8f8 to your computer and use it in GitHub Desktop.
talk to claude
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 | |
| # usage | |
| if [ "$#" -gt 1 ]; then | |
| echo "[carp] usage: carp [prompt]" | |
| exit | |
| fi | |
| CARPARKDIR=~/dev/tmp/carpark | |
| cd "$CARPARKDIR" || exit | |
| claude "$@" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment