Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01V3s6WnubSSrFjAQTLQdVbG
5 lines
209 B
Markdown
5 lines
209 B
Markdown
# Shell Safety Notes
|
|
|
|
This guide explains how to use your shell safely: prefer quoting variables,
|
|
avoid running scripts you did not write, and review any command before you
|
|
execute it. Nothing here runs code.
|