Fix starting directory bug

This commit is contained in:
dmarakom6 2021-06-15 14:02:31 +03:00
parent cdc44e8c7c
commit 59a957629b

View file

@ -116,10 +116,11 @@ function notegrep() {
else
echo "This note doesn't exist in $DEFAULT_PATH."
fi
cd $DIR
}
check_params() {
case $option in
parameter)
#parameter script import...
@ -130,6 +131,7 @@ function notegrep() {
;;
esac
}
if [ $# -eq 0 ]; then