Just log in with your secure internet shell to change this file!
me: yea.. added a few words already..
me update: actually..its quite a lot now..do you like it?
You may want to read: How to ~tilde: Getting Started for help.
me: ok..sure
Check out your new blog!
me: nice.. thank you..
04:59:03 up 303 days, 9:52, 457 users, load average: 7.92, 5.17, 3.62
Do you want to delete this note?
Date: July 23, 2024 - 07:19 PM -
27.125.240.167xev wrote:
# Get the current date and time
date_time=$(date "+%Y%m%d %H:%M")
# Check the waktu.txt file for the current time
prayer_time=$(grep -F "$date_time" waktu.txt)
# If a match is found, print the message
if [ -n "$prayer_time" ]; then
echo "It's prayer time."
fi