import os
with open(os.getenv("OUTPUT_DIR")+"/ping.txt", "w") as file:
    file.write("This is a ping to see if you're alive and receiving jobs from me.")
