31 lines
576 B
Markdown
31 lines
576 B
Markdown
# Security Tools
|
|
|
|
A collection of security scripts versioned in this repository.
|
|
|
|
## Claude Code Context
|
|
|
|
This project is maintained with Claude Code. The working directory on macOS is:
|
|
|
|
```
|
|
/Users/petermarfleet/code/bin/security
|
|
```
|
|
|
|
To resume work in Claude Code from this directory:
|
|
|
|
```bash
|
|
cd /Users/petermarfleet/code/bin/security
|
|
claude
|
|
```
|
|
|
|
## Cloning to a New Machine
|
|
|
|
```bash
|
|
git clone http://100.120.125.113:3000/pdm/security-tools.git
|
|
```
|
|
|
|
To clone to a specific path:
|
|
|
|
```bash
|
|
git clone http://100.120.125.113:3000/pdm/security-tools.git /path/to/destination
|
|
```
|