automated terminal push

This commit is contained in:
Your Name
2025-02-07 15:55:48 -05:00
parent 604aed33f8
commit f972506d80

View File

@@ -15,6 +15,8 @@ def write_to_file(filepath, content):
print(f"Error writing to file {filepath}: {e}") print(f"Error writing to file {filepath}: {e}")
return False return False
print("running the consumer for effect!!!!")
# Example usage: # Example usage:
filepath = "/tmp/file.dat" # Or any path you want filepath = "/tmp/file.dat" # Or any path you want