From c36503e6efe0da1533b503ae26a584a157b47a0b Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 6 Feb 2025 23:50:05 -0500 Subject: [PATCH] automated terminal push --- provision.bash | 8 +------- consumer (copy 1).py => test.py | 0 2 files changed, 1 insertion(+), 7 deletions(-) rename consumer (copy 1).py => test.py (100%) diff --git a/provision.bash b/provision.bash index c0f7104..12fe7ad 100644 --- a/provision.bash +++ b/provision.bash @@ -8,14 +8,8 @@ set -x ## -reset - -clear - -## - echo "##" -echo "## launch > python jms client (aventador JMS)" +echo "## launch > provision situation" echo "##" sudo apt update; diff --git a/consumer (copy 1).py b/test.py similarity index 100% rename from consumer (copy 1).py rename to test.py