Untitled

 avatar
unknown
plain_text
10 months ago
135 B
7
Indexable
#!/bin/bash

while true; do
    # Your task goes here
    echo "Task executed at $(date)"

    # Sleep for 30 seconds
    sleep 30
done
Editor is loading...
Leave a Comment