Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add script to delete jobs after processing (exercise2 bonus) #14

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

straightupjac
Copy link

@straightupjac straightupjac commented Jan 30, 2023

Jaclyn's submission for exercise 2

Changes:

  • print jobs directory
  • delete jobs from the directory immediately after processing
  • delete directory after all jobs are processed

Testing:

  • compile c folder and run the program
  • compile java folder and run mvn exec:java

@straightupjac straightupjac force-pushed the jaclyn/exercise2-bonus branch from ce36ba9 to 6cb10c8 Compare January 30, 2023 20:34
@straightupjac straightupjac changed the title feat: add script to delete jobs after processing feat: add script to delete jobs after processing (exercise2 bonus) Jan 30, 2023
@@ -3,7 +3,7 @@
import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.io.IOException;
import java.io.FileNotFoundException;
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removed unused import

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant