diff options
Diffstat (limited to 'home/dot_local/share/bin/executable_yt-vod')
| -rw-r--r-- | home/dot_local/share/bin/executable_yt-vod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/dot_local/share/bin/executable_yt-vod b/home/dot_local/share/bin/executable_yt-vod index 0eb424d..af05441 100644 --- a/home/dot_local/share/bin/executable_yt-vod +++ b/home/dot_local/share/bin/executable_yt-vod @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env sh vid="$1" if [ -z "$vid" ] ; then echo "usage: $0 <stream ID>" |