Proof of concept mechanical port of ircnet/ircd to Rust as part of a bit about C being insecure for network services
0

Configure Feed

Select the types of activity you want to include in your feed.

ircd.rs / scripts / copychatlogs.sh
229 B 8 lines
1#!/usr/bin/env bash 2 3set -euo pipefail 4 5cd "$(git rev-parse --show-toplevel)" 6cp -vrf ~/.claude/projects/-home-xe-Code-xeiaso-net-ircd-rs/* .claude/sessions 7git add .claude/sessions 8git commit -sm "chore: commit claude sessions"