Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 230 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 230 Bytes

JavaCheck

A very simple program to print provided system properties.

Each argument is printed out as {arg}={System.getProperty(arg)}. If any properties are null, they will not be printed and the program will exit with code 1.