diff options
author | Matthew Lemon <y@yulqen.org> | 2024-05-25 22:10:42 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-05-25 22:10:42 +0100 |
commit | 4cf19272e02304361a6f4bfe7c9d1a717859954f (patch) | |
tree | 8a99318a21a1e1f46f76131ab0f49f8dcb4c23e0 /journal | |
parent | 6f09b154b168876129324349ced6cd0fa32d8213 (diff) | |
parent | 0bc7ce1ef512361f3bc0cd63b7e311204b48fa66 (diff) |
Merge branch 'master' of ssh://git.yulqen.org:2222/home/git/repositories/perl/perlscripts
Diffstat (limited to 'journal')
-rwxr-xr-x | journal/pull_url_from_journal.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/journal/pull_url_from_journal.pl b/journal/pull_url_from_journal.pl index 66941cf..d6ae0b6 100755 --- a/journal/pull_url_from_journal.pl +++ b/journal/pull_url_from_journal.pl @@ -3,7 +3,7 @@ use warnings; use strict; -my $journal = "/home/lemon/Notes/journal"; +my $journal = "/home/lemon/Documents/Notes/journal"; my $line = `grep -R $ARGV[0] $journal | cut -f3- -d' '| fzf `; chomp $line; |