From d83e18d5e8dea00e66a0b3d51420a51a453239d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Amy=20de=20Buitl=C3=A9ir?= Date: Thu, 4 Sep 2025 20:38:06 +0100 Subject: [PATCH] initial commit --- start-shell | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 start-shell diff --git a/start-shell b/start-shell new file mode 100755 index 0000000..ac45904 --- /dev/null +++ b/start-shell @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +command=$* +echo '$' ${command} +${command} --command bash