run 94 B

12345678
  1. #!/bin/sh
  2. . ../.env
  3. exec mongod $COMMONDOPTS \
  4. --shardsvr \
  5. --replSet rs1 \
  6. --port 40012