wuxw7
2018-07-19 2feb867a1fd4bce8035a39bf358a8f3675171dd4
1
2
3
4
5
6
#!/bin/bash
 
#### normal dev model
nohup java -jar target/eureka.jar > eureka.log $1 2>&1 &
 
tail -100f eureka.log