Skip to content

Instantly share code, notes, and snippets.

@jmcph4
Last active August 6, 2026 17:34
Show Gist options
  • Select an option

  • Save jmcph4/07cce3c689da23b80f14b6f6dc34e8f8 to your computer and use it in GitHub Desktop.

Select an option

Save jmcph4/07cce3c689da23b80f14b6f6dc34e8f8 to your computer and use it in GitHub Desktop.
talk to claude
#!/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