diff --git a/dtodo.sh b/dtodo.sh index a9a0f96..82ee2af 100755 --- a/dtodo.sh +++ b/dtodo.sh @@ -45,12 +45,12 @@ function checkExist() { # Check if the current todo file ($tdfile) exists fi } -checkExist tdfile="dtodo" # the todo file to execute the action on # the todo files are ~/.dtodo-* # the default todo file is ~/.dtodo +checkExist function parseArgs() { # parse command line arguments