Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 255 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 255 Bytes

terminal-clock

a clock which runs on the terminal, add the path to the directory containing the java time file in the bash script (java -cp /home/username/path/to/ time) -Make the bash script executable (chmod +x clock.sh) -Run the script (./clock.sh)