Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 491 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 491 Bytes

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