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