Fix starting directory bug
This commit is contained in:
parent
cdc44e8c7c
commit
59a957629b
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue