added ID bin
This commit is contained in:
13
src/bin/ID.hx
Normal file
13
src/bin/ID.hx
Normal file
@@ -0,0 +1,13 @@
|
||||
package bin;
|
||||
|
||||
import kernel.ps.ProcessHandle;
|
||||
import kernel.ps.Process;
|
||||
|
||||
class ID implements Process {
|
||||
public function new() {}
|
||||
|
||||
public function run(handle:ProcessHandle) {
|
||||
handle.writeLine("ID: " + kernel.net.Net.instance.networkID);
|
||||
handle.close();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user