From d398d5b35ebfecd6d36cac7168b16993ee324321 Mon Sep 17 00:00:00 2001 From: Sharpz7 <--global> Date: Sat, 20 Aug 2022 15:31:53 +0000 Subject: [PATCH] Added to readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index fdfa592..4532f69 100644 --- a/README.md +++ b/README.md @@ -51,20 +51,27 @@ scripts: echo "Setup Failed. Great!\n" fi + test_echo_complicated: | + sharpdev_test echo5 yay! Duplicates_Work! + sharpdev_test echo2 Extra Args Works! + echo1: echo TEST echo2: echo "$_ARG1 $_ARG2" echo3: echo "Env and Parent ${ECHO:-failed}" echo4: echo $SETUP + echo5: echo "$_ARG1 $_ARG2 $_ARG1" full: | sharpdev test_echo_single sharpdev test_echo_multi + sharpdev test_echo_complicated sharpdev test_parent sharpdev test_version sharpdev test_default sharpdev test_env_sub sharpdev test_setup sharpdev_test -ss test_skip_setup + ``` # Installation