From 92850e1935bb48c3b643070084109bd04645b9d7 Mon Sep 17 00:00:00 2001 From: "Fred T. Hamster" Date: Sat, 25 Jan 2025 10:23:40 -0500 Subject: [PATCH] added strider for puffing out gruntose host repos --- .../customize/fred/scripts/automation/puff_gruntose.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 scripts/customize/fred/scripts/automation/puff_gruntose.sh diff --git a/scripts/customize/fred/scripts/automation/puff_gruntose.sh b/scripts/customize/fred/scripts/automation/puff_gruntose.sh new file mode 100644 index 00000000..aa012e10 --- /dev/null +++ b/scripts/customize/fred/scripts/automation/puff_gruntose.sh @@ -0,0 +1,9 @@ +#!/usr/bin/env bash + +# strides across all gruntose hosts and updates their codes. + +source "$FEISTY_MEOW_SCRIPTS/core/launch_feisty_meow.sh" + +host_strider $FEISTY_MEOW_SCRIPTS/rev_control/puffer.sh $GRUNTOSE_DOMAIN $GRUNTOSE_HOSTLIST &> ~/puffer_output_$(date_stringer).log + + -- 2.34.1