2 lines
72 B
Bash
2 lines
72 B
Bash
|
|
#!/bin/sh
|
||
|
|
java -Djava.security.egd="file:/dev/./urandom" -jar server.jar
|