From eb9c7ca7aed70bb71ff99d8ac6d62f876af48afe Mon Sep 17 00:00:00 2001 From: thekingmen Date: Thu, 19 Sep 2019 13:30:38 -0400 Subject: [PATCH] Add linux header to executable script --- download_archive.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) mode change 100644 => 100755 download_archive.sh diff --git a/download_archive.sh b/download_archive.sh old mode 100644 new mode 100755 index ce8d4d7..570a0b3 --- a/download_archive.sh +++ b/download_archive.sh @@ -1 +1,2 @@ -youtube-dl --config-location youtube-dl.conf \ No newline at end of file +#!/bin/sh +youtube-dl --config-location youtube-dl.conf