From 508550c4d5c1b8933decfb47fc02481959ab0c65 Mon Sep 17 00:00:00 2001 From: Rory Dudley Date: Fri, 16 Feb 2024 19:21:58 -0700 Subject: Initial commit An extremely miniamal shell. It is capable of forking processes, and passing arguments to them, but that's pretty much it. --- Cargo.lock | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Cargo.lock (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock new file mode 100644 index 0000000..73fb9be --- /dev/null +++ b/Cargo.lock @@ -0,0 +1,7 @@ +# This file is automatically @generated by Cargo. +# It is not intended for manual editing. +version = 3 + +[[package]] +name = "dwarvish" +version = "0.0.0" -- cgit v1.2.3