Untitled
unknown
plain_text
a year ago
135 B
11
Indexable
#!/bin/bash
while true; do
# Your task goes here
echo "Task executed at $(date)"
# Sleep for 30 seconds
sleep 30
doneEditor is loading...
Leave a Comment
#!/bin/bash
while true; do
# Your task goes here
echo "Task executed at $(date)"
# Sleep for 30 seconds
sleep 30
done