scripts/dbstart

4 lines
80 B
Plaintext
Raw Normal View History

2022-10-17 08:03:38 +01:00
#!/usr/bin/env bash
brew services start postgresql@14
brew services start redis