You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.