We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e51c84d commit 163986dCopy full SHA for 163986d
destroy.sh
@@ -12,7 +12,7 @@ echo "" | awk '{print $1}'
12
13
endtime=$(date +%s)
14
duration=$(( $endtime - $starttime ))
15
-echo "-------Total time is $(($duration / 60)) minutes $(($duration % 60)) seconds."
+echo "-------Total time to clean up is $(($duration / 60)) minutes $(($duration % 60)) seconds."
16
echo "" | awk '{print $1}'
17
echo "-------Created by Yongkang"
18
echo "-------Email me if any suggestions or issues [email protected]"
0 commit comments