Skip to content

abithgs/task-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task Manager

TaskManager CLI app to manage system processes.

Build and run

Prerequisites

  • Java 11
  • Gradle

Running the app

Go on the project's root folder, then type:

$ ./gradlew run

This will trigger CLI app for user input.

Alternatively can be started from executable jar

$ ./gradlew build
$ java -cp build/libs/TaskManager-1.0.jar com.iptiq.client.TaskManagerClient

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages