implement the d instruction.

This commit is contained in:
statzitz 2024-08-24 17:26:17 +02:00
parent 8ca575be7c
commit 5fd2a76332

View 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 .."