From 3aa0589574eb91189bcd9b2ae0103a607b1c04d9 Mon Sep 17 00:00:00 2001 From: pasha Date: Thu, 16 Mar 2023 15:46:53 +0300 Subject: [PATCH] upd bash --- fedilives/peertube.sh | 3 ++- for_bigg/rtcdate.sh | 1 + for_bigg/ytmpdplay.sh | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/fedilives/peertube.sh b/fedilives/peertube.sh index ccb0771..744523e 100644 --- a/fedilives/peertube.sh +++ b/fedilives/peertube.sh @@ -33,7 +33,7 @@ function live() function nolive() { - mpv --no-terminal --ytdl-format=best "$videolink" + mpv --no-terminal --ytdl-format=best "$videolink" & exit 0 } @@ -57,3 +57,4 @@ echo "Ты, блять, дурак что ли? Белым по чёрному esac exit 0 + diff --git a/for_bigg/rtcdate.sh b/for_bigg/rtcdate.sh index ed94461..845d8f9 100755 --- a/for_bigg/rtcdate.sh +++ b/for_bigg/rtcdate.sh @@ -12,3 +12,4 @@ else rtcdate=$(TZ='Europe/Moscow' date --date='08:15' +"%Y%m%d%H%M%S") fi echo "$rtcdate" + diff --git a/for_bigg/ytmpdplay.sh b/for_bigg/ytmpdplay.sh index 3a966a7..90eaf45 100755 --- a/for_bigg/ytmpdplay.sh +++ b/for_bigg/ytmpdplay.sh @@ -29,3 +29,4 @@ esac mpc add "$play_link" 1>/dev/null exit 0 +