implement the d instruction.
This commit is contained in:
parent
8ca575be7c
commit
5fd2a76332
1 changed files with 1 additions and 2 deletions
|
@ -19,8 +19,7 @@ do
|
||||||
|
|
||||||
if [ "$order" = "d" ]
|
if [ "$order" = "d" ]
|
||||||
then
|
then
|
||||||
echo ".. d detected .."
|
cp -Rf ${_GIT_FOLDER}/${operand_2} ${operand_1}
|
||||||
echo "cp -Rf ${_GIT_FOLDER}/${operand_2} ${operand_1}"
|
|
||||||
elif [ "$order" = "f" ]
|
elif [ "$order" = "f" ]
|
||||||
then
|
then
|
||||||
echo ".. f detected .."
|
echo ".. f detected .."
|
||||||
|
|
Loading…
Reference in a new issue