From 1921ebce8f53c59e0b661610bdfbc3bd2dace769 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Wed, 4 Oct 2023 01:57:46 +0200 Subject: [PATCH] feat: inner export command --- abra.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/abra.sh b/abra.sh index 2f3785a..c9be394 100644 --- a/abra.sh +++ b/abra.sh @@ -11,3 +11,7 @@ test_cmd_arg(){ test_cmd_args(){ echo "$1 $2" } + +test_cmd_export(){ + export FOO=bar +}