Instructions 3, 5 from here
Instruction 6 from here
- Install mutt
sudo apt-get install mutt| public static String workingDir = Paths.get(".").toAbsolutePath().normalize().toString(); |
| package main; | |
| import java.awt.Graphics2D; | |
| import java.awt.image.BufferedImage; | |
| import java.io.IOException; | |
| import javax.imageio.ImageIO; | |
| import javax.swing.ImageIcon; | |
| import javax.swing.JOptionPane; |
| #!/bin/bash | |
| ############################################# | |
| # Determines how much time has elapsed. | |
| # | |
| # Takes advantage of the 'SECONDS' variable which is global environment variable in shell. | |
| # 'SECONDS' is usually used by the environment to record how long it has been | |
| # since a script was first executed. | |
| # | |
| # It's taken advantage of here to measure a length of time. |