Skip to content

Sanensi/qohash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Qohash

Technical homework for Qohash

To build the project, you need Java 11 and Maven installed on your local workstation.

  • Build with mvn clean package
  • Launch with java -jar qohash-1.0.jar

Usage

Usage: qohash [-dhr] ROOT
      ROOT               source folder from which the app is served
  -d, --display          display the folder content in the console
  -r, --recursive-size   calculate folder size recursively
  -h, --help             display this help message