diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2019-08-18 12:28:11 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2019-08-18 12:28:11 -0400 |
| commit | 1bca65bfc233273d6032b36dd377589780b69b46 (patch) | |
| tree | 0768b08f1e8fb59ccd2e6a2cd0a2bd42d7906a56 /.local/bin/queueandnotify | |
| parent | 6e67bd424d5a091d39b1da040edc93f18c2b4b73 (diff) | |
| download | eibhear-1bca65bfc233273d6032b36dd377589780b69b46.tar.gz eibhear-1bca65bfc233273d6032b36dd377589780b69b46.tar.zst eibhear-1bca65bfc233273d6032b36dd377589780b69b46.zip | |
portable shebang
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 a1417ec..38c4a53 100755 --- a/.local/bin/queueandnotify +++ b/.local/bin/queueandnotify @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env sh # Podboat sucks. This script replaces it. # It reads the newsboat queue, queuing downloads with taskspooler. # It also removes the junk from extentions. |
