From 2231fbf268e60976e97e1018c74ca9b0cf19888d Mon Sep 17 00:00:00 2001 From: Ryan Gang Date: Sun, 22 Dec 2024 21:56:50 +0530 Subject: [PATCH] feat: add submission packet for ash shell --- internal/test_helpers/ash/codecrafters.yml | 5 +++++ internal/test_helpers/ash/your_shell.sh | 2 ++ 2 files changed, 7 insertions(+) create mode 100644 internal/test_helpers/ash/codecrafters.yml create mode 100755 internal/test_helpers/ash/your_shell.sh diff --git a/internal/test_helpers/ash/codecrafters.yml b/internal/test_helpers/ash/codecrafters.yml new file mode 100644 index 00000000..bff42950 --- /dev/null +++ b/internal/test_helpers/ash/codecrafters.yml @@ -0,0 +1,5 @@ +# Set this to true if you want debug logs. +# +# These can be VERY verbose, so we suggest turning them off +# unless you really need them. +debug: true diff --git a/internal/test_helpers/ash/your_shell.sh b/internal/test_helpers/ash/your_shell.sh new file mode 100755 index 00000000..4ab1be4f --- /dev/null +++ b/internal/test_helpers/ash/your_shell.sh @@ -0,0 +1,2 @@ +#!/bin/sh +exec ash \ No newline at end of file