diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-09-13 16:30:33 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-09-13 16:30:33 +0100 |
commit | b74b3d849f8aea3f9572e15a66c8eada170970c3 (patch) | |
tree | 011b214840424cce4ed039fb8757b3f4d48111f1 /pull_url_from_journal.pl | |
parent | 5952bfee775c7edeb82f230610572800de1acfbb (diff) |
ancient attempt at URL journal puller
Diffstat (limited to '')
-rwxr-xr-x | pull_url_from_journal.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pull_url_from_journal.pl b/pull_url_from_journal.pl index e281232..66941cf 100755 --- a/pull_url_from_journal.pl +++ b/pull_url_from_journal.pl @@ -10,5 +10,5 @@ chomp $line; if ($line =~ m/(http.*)/) { print $1; - system('qutebrowser', $1); + # system('qutebrowser', $1); } |