5 lines
42 B
Bash
5 lines
42 B
Bash
#!/bin/bash
|
|
mongo <<EOF
|
|
rs.initiate()
|
|
EOF
|
#!/bin/bash
|
|
mongo <<EOF
|
|
rs.initiate()
|
|
EOF
|