mirror of
https://github.com/stolksdorf/homebrewery.git
synced 2025-12-13 22:35:56 +00:00
5 lines
92 B
Bash
5 lines
92 B
Bash
#!/bin/bash
|
|
cd /opt/apps/naturalcrit/
|
|
/usr/bin/mongod --config /etc/mongodb.conf &
|
|
gulp
|