From 278e2c14af6c113497c0c25222941983a69aa94e Mon Sep 17 00:00:00 2001 From: Alex Janka Date: Sat, 18 May 2024 12:21:59 +1000 Subject: [PATCH] build all script --- all.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 all.sh diff --git a/all.sh b/all.sh new file mode 100755 index 0000000..47606d5 --- /dev/null +++ b/all.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env zsh + +./prowlarr.sh $1 +./sonarr.sh $1 +./radarr.sh $1