Advertisement
Guest User

Untitled

a guest
Apr 29th, 2025
21
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. # Change to a valid directory
  4. cd /tmp || exit 1
  5.  
  6. # Run ipraytime and format the output to show vertically
  7. ipraytime | awk 'NR==12 {print "Fajr\t\t "$2; print "Shurooq\t "$3; print "Zuhur\t\t "$4; print "Asr\t\t "$5; print "Maghrib\t "$6; print "Isha\t\t "$7}'
  8.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement