From 690270d89732756ee09d9bd491f31374bc06da69 Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 7 Feb 2025 14:46:46 -0500 Subject: [PATCH] automated terminal push --- consumer.bash | 7 +++++++ cron.bash | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 consumer.bash diff --git a/consumer.bash b/consumer.bash new file mode 100644 index 0000000..accafd3 --- /dev/null +++ b/consumer.bash @@ -0,0 +1,7 @@ +#!/bin/bash + +## + +echo "what up????" + +python3 consumer.py diff --git a/cron.bash b/cron.bash index 28bf9ec..f38c671 100755 --- a/cron.bash +++ b/cron.bash @@ -30,7 +30,7 @@ day_of_month="*" # Every day of the month month="*" # Every month day_of_week="*" # Every day of the week -command="python3 /yankee-gnome-fire-consumer/consumer.py" +command="/yankee-gnome-fire-consumer/consumer.bash" create_cron_job "$user" "$minute" "$hour" "$day_of_month" "$month" "$day_of_week" "$command"