automated terminal push
This commit is contained in:
7
consumer.bash
Normal file
7
consumer.bash
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
##
|
||||||
|
|
||||||
|
echo "what up????"
|
||||||
|
|
||||||
|
python3 consumer.py
|
||||||
@@ -30,7 +30,7 @@ day_of_month="*" # Every day of the month
|
|||||||
month="*" # Every month
|
month="*" # Every month
|
||||||
day_of_week="*" # Every day of the week
|
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"
|
create_cron_job "$user" "$minute" "$hour" "$day_of_month" "$month" "$day_of_week" "$command"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user