Run cat scripts/deploy.sh.
cat scripts/deploy.sh
Read, hash, and inspect a training deploy script.
Server operationscatsha256sumstat
Click any instruction for the command details, the why, and the common mistake to avoid.
Run cat scripts/deploy.sh.
cat scripts/deploy.sh
Run sha256sum scripts/deploy.sh.
sha256sum scripts/deploy.sh
Run stat scripts/deploy.sh.
stat scripts/deploy.sh
Create a free account to sync completed lessons, XP, streaks, course status, and your next lesson across sessions.
Checking account status...
Progress sync is idle.
Progress sync stores completion IDs, scores, streaks, badges, and game settings. Terminal contents, editor snippets, lab scratch, email, and real names are never published on leaderboards or share cards.
Use read-only checks on a script.
Cat it, hash it, then stat it.
Scripts can encode powerful operational changes.
cat <file>
Print text file contents.
sha256sum <file>
Print a deterministic training checksum.
stat <path>
Show lab file details.