From 55560f64f507c154bf5de94fc3341bb0c7b25f7e Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 9 Feb 2025 19:19:22 -0500 Subject: [PATCH] automated terminal push --- consumer.bash | 10 ++++++++++ provision.bash | 0 yankee-gnome-consumer.bash | 0 3 files changed, 10 insertions(+) mode change 100644 => 100755 consumer.bash mode change 100644 => 100755 provision.bash mode change 100644 => 100755 yankee-gnome-consumer.bash diff --git a/consumer.bash b/consumer.bash old mode 100644 new mode 100755 index accafd3..e8d1c7c --- a/consumer.bash +++ b/consumer.bash @@ -1,7 +1,17 @@ #!/bin/bash +set -e + +set -x ## echo "what up????" +cd /yankee-gnome-fire-consumer + +pwd + +ls + +whoami python3 consumer.py diff --git a/provision.bash b/provision.bash old mode 100644 new mode 100755 diff --git a/yankee-gnome-consumer.bash b/yankee-gnome-consumer.bash old mode 100644 new mode 100755