diff options
| author | Paul Buetow <paul@buetow.org> | 2024-04-20 13:38:54 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-04-20 13:38:54 +0300 |
| commit | 3e45b18c21b197bb7cc353d7b444d7afcc12b9dc (patch) | |
| tree | 4ec44428014c0373b7e4f1d044f4ad2099402348 | |
| parent | f1161210268cea13334abd2423e8e4f31e82a765 (diff) | |
use a new journals path
| -rwxr-xr-x | randomjournalpage.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/randomjournalpage.sh b/randomjournalpage.sh index 54a64f2..727d148 100755 --- a/randomjournalpage.sh +++ b/randomjournalpage.sh @@ -3,7 +3,7 @@ declare -r ARG="$1" # From my NextCloud sync folder :-) -declare -r JOURNAL_DIR="$HOME/Documents/Journals" +declare -r JOURNAL_DIR="$HOME/Journals" # Storing extract back to the NextCloud sync folder so that I can also read it # from my smartphone! :-) declare -r OUT_PDF=$JOURNAL_DIR/random_journal_extract.pdf |
