diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2022-04-10 15:01:44 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2022-04-10 15:01:44 -0400 |
| commit | cc0f28be713d8bd599037dfc91bcf42b5c7fd1e1 (patch) | |
| tree | 32117ea3efc1053897dc59019866a7b993add69e /.local/bin/queueandnotify | |
| parent | 35316c9c001ba155e160ba70e68fd71143457f55 (diff) | |
| parent | c38de1d262b091584d88c3346622fa1565ee9b1a (diff) | |
| download | eibhear-cc0f28be713d8bd599037dfc91bcf42b5c7fd1e1.tar.gz eibhear-cc0f28be713d8bd599037dfc91bcf42b5c7fd1e1.tar.zst eibhear-cc0f28be713d8bd599037dfc91bcf42b5c7fd1e1.zip | |
Merge branch 'master' of github.com:LukeSmithxyz/voidrice
Diffstat (limited to '.local/bin/queueandnotify')
| -rwxr-xr-x | .local/bin/queueandnotify | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/queueandnotify b/.local/bin/queueandnotify index 54b2c2a..1c3025c 100755 --- a/.local/bin/queueandnotify +++ b/.local/bin/queueandnotify @@ -2,7 +2,7 @@ # Podboat sucks. This script replaces it. # It reads the newsboat queue, queuing downloads with taskspooler. -# It also removes the junk from extentions. +# It also removes the junk from extensions. queuefile="${XDG_DATA_HOME:-$HOME/.local/share}/newsboat/queue" while read -r line; do |
