refactor!: rename project to bot-bottle
Assisted-by: Codex
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
#!/usr/bin/env bash
|
||||
# Undo what demo-setup.sh did. Restores any pre-existing
|
||||
# claude-bottle.json, removes the dummy SSH identity. Idempotent.
|
||||
# bot-bottle.json, removes the dummy SSH identity. Idempotent.
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
cd "$(dirname "$0")/.."
|
||||
|
||||
rm -f claude-bottle.json
|
||||
if [ -f claude-bottle.json.demo-backup ]; then
|
||||
mv claude-bottle.json.demo-backup claude-bottle.json
|
||||
rm -f bot-bottle.json
|
||||
if [ -f bot-bottle.json.demo-backup ]; then
|
||||
mv bot-bottle.json.demo-backup bot-bottle.json
|
||||
fi
|
||||
|
||||
rm -rf "$HOME/.cache/claude-bottle-demo"
|
||||
rm -rf "$HOME/.cache/bot-bottle-demo"
|
||||
|
||||
Reference in New Issue
Block a user