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 to show vertically
- 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}'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement