Skip to content

Commit

Permalink
fix ShellCheck.SC2154
Browse files Browse the repository at this point in the history
  • Loading branch information
cerebrux committed Sep 8, 2020
1 parent 86dcc33 commit 6a8a6be
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions justdo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
# Usage justdo "task name" duration(mins) interval(seconds)

ASSETS="/home/$USER/.justdo"

# Empty initialization just to make shellcheck stop complaining
mins=""
interval=""
task=""

source "${ASSETS}/justdo.conf"

# Pomodoro time start: notify user
Expand Down

0 comments on commit 6a8a6be

Please sign in to comment.