run.sh 94 B

123
  1. #!/bin/bash
  2. nohup java -Dspring.profiles.active=product -jar pm_import.jar >/dev/null 2>&1 &