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..
05:00:19 up 303 days, 9:53, 457 users, load average: 6.85, 5.39, 3.81
Do you want to delete this note?
Date: July 23, 2024 - 08:16 AM -
175.139.235.17xev wrote:
#!/bin/bash
file="waktu.txt"
tarikh=$(date "+%Y%m%d")
masa=$(date "+%H:%M")
# Check if there is a line in the file that matches the current date and time
if grep -q "^$tarikh $masa" "$file"; then
echo "It's prayer time"
fi