diff options
Diffstat (limited to '.local/bin/queueandnotify')
| -rwxr-xr-x | .local/bin/queueandnotify | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.local/bin/queueandnotify b/.local/bin/queueandnotify index 38c4a53..867b15e 100755 --- a/.local/bin/queueandnotify +++ b/.local/bin/queueandnotify @@ -1,4 +1,5 @@ -#!/usr/bin/env sh +#!/bin/sh + # Podboat sucks. This script replaces it. # It reads the newsboat queue, queuing downloads with taskspooler. # It also removes the junk from extentions. |
