Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save tomaszalusky/9dc14c2a2981ff94f429a23fb44af913 to your computer and use it in GitHub Desktop.
Save tomaszalusky/9dc14c2a2981ff94f429a23fb44af913 to your computer and use it in GitHub Desktop.
import sun.misc.*;
public class Main {
public static void main(String[] args) {
Signal signal = new Signal("USR2");
System.out.println(signal);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment