Skip to content

Instantly share code, notes, and snippets.

View weslien's full-sized avatar

Gustav Weslien weslien

View GitHub Profile
@weslien
weslien / claude-code-account-switcher.sh
Created February 10, 2026 12:09
Keep 2 different claude code accounts using aliases and symlinks
#!/usr/bin/env bash
#
# multi-claude-setup.sh
#
# Helper script to run multiple Claude Code accounts (e.g. work + personal)
# on macOS with zsh, using:
# - one config directory per account
# - a shared ~/.claude for non-secret data
# - per-account .claude.json (tokens/session) kept separate
#
@weslien
weslien / README.md
Last active October 13, 2015 12:23 — forked from jxson/README.md
README.md template

Odds calculator

Synopsis

Helper library for calculations related to odds.

Code Example

import com.company.odds.OddsCalculator;