scripts/dbstop

4 lines
78 B
Plaintext
Raw Normal View History

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