#! /usr/bin/bash TMPFNAME=~/bootchart-$(date +%F_%R:%S).png java -jar /usr/bin/bootchart.jar mv ~/bootchart.png $TMPFNAME echo echo "The process is now complete and an image file has" echo "been placed in your home directory. Please open" echo "$TMPFNAME" echo "with the image viewer of your choice to view." echo "You may now close this window." sleep 30