diff options
Diffstat (limited to 'home/dot_local/share/bin/executable_podcast2m3u')
| -rw-r--r-- | home/dot_local/share/bin/executable_podcast2m3u | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/dot_local/share/bin/executable_podcast2m3u b/home/dot_local/share/bin/executable_podcast2m3u index c3b692e..09d6803 100644 --- a/home/dot_local/share/bin/executable_podcast2m3u +++ b/home/dot_local/share/bin/executable_podcast2m3u @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env sh URL="$1" TAB="$(printf '\t')" curl -sLo- "$URL" |\ |