Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/bash
- # Change to a valid directory
- cd /tmp || exit 1
- # Run ipraytime and format the output
- ipraytime | awk 'NR==12 {print "Fajr\t\t "$2" Shurooq\t "$3"\n" "Zuhur\t\t "$4" Asr\t\t "$5"\nMaghrib\t "$6" Isha\t\t "$7}'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement