From 75439b3ea70e4524abb2dcd06b80f81346a14ba9 Mon Sep 17 00:00:00 2001 From: awirthy Date: Fri, 27 Jan 2023 14:17:10 +1100 Subject: [PATCH] Create DownloadYouTubev2.sh --- DownloadYouTubev2.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 DownloadYouTubev2.sh diff --git a/DownloadYouTubev2.sh b/DownloadYouTubev2.sh new file mode 100644 index 0000000..31aa654 --- /dev/null +++ b/DownloadYouTubev2.sh @@ -0,0 +1,3 @@ +# /etc/cron.d/ytdl +pwsh /opt/DownloadYouTubev2/DownloadYouTubev2-latest/DownloadYouTubev2.ps1 >> /proc/1/fd/1; +echo "test" >> /proc/1/fd/1; \ No newline at end of file