You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
219 B

  1. #!/bin/bash
  2. source pa-lib
  3. pa-preheat
  4. pa-announcement
  5. DATE=`date +"%B %d, %Y"`
  6. pa-say "The date is $DATE."
  7. sleep "0.5"
  8. TIME=`date +"%l %p and %M minutes"`
  9. pa-say "It is $TIME."
  10. pa-announcement-quick
  11. pa-shutdown