From 5fd2a76332b197a7aa38c59922e2b8b2770a09f1 Mon Sep 17 00:00:00 2001 From: statzitz Date: Sat, 24 Aug 2024 17:26:17 +0200 Subject: [PATCH] implement the d instruction. --- save_config_file | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/save_config_file b/save_config_file index 336ded7..58607a1 100755 --- a/save_config_file +++ b/save_config_file @@ -19,8 +19,7 @@ do if [ "$order" = "d" ] then - echo ".. d detected .." - echo "cp -Rf ${_GIT_FOLDER}/${operand_2} ${operand_1}" + cp -Rf ${_GIT_FOLDER}/${operand_2} ${operand_1} elif [ "$order" = "f" ] then echo ".. f detected .."