wip on customizing bundle
This commit is contained in:
10
java/net/i2p/router/MacLauncher.java
Normal file
10
java/net/i2p/router/MacLauncher.java
Normal file
@ -0,0 +1,10 @@
|
||||
package net.i2p.router;
|
||||
|
||||
import java.io.*;
|
||||
|
||||
public class MacLauncher {
|
||||
public static void main(String[] args) throws Exception {
|
||||
var here = new File(".");
|
||||
System.out.println("I'm in " + here.getAbsolutePath());
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user