Skip to content

codecrafters-io/shell-tester

Folders and files

NameName
Last commit message
Last commit date
Apr 22, 2025
Jan 24, 2025
Apr 22, 2025
May 13, 2024
Apr 22, 2025
Dec 11, 2024
Apr 22, 2025
May 23, 2024
Apr 7, 2025
Jan 22, 2025
Jan 22, 2025
Jan 13, 2025
May 24, 2024

Repository files navigation

Shell Challenge Tester

This is a program that validates your progress on the Shell challenge.

Requirements for binary

  • Following environment variables:
    • CODECRAFTERS_SUBMISSION_DIR - root of the user's code submission
    • CODECRAFTERS_TEST_CASES_JSON - test cases in JSON format

User code requirements

  • A binary named your_shell.sh that spins up your Shell.
  • A file named codecrafters.yml, with the following values:
    • debug