adding service helpers and readme

This commit is contained in:
Andy Pack 2022-10-17 08:03:38 +01:00
parent dec02109ad
commit e9d1371ba6
Signed by: sarsoo
GPG Key ID: A55BA3536A5E0ED7
3 changed files with 12 additions and 0 deletions

4
README.md Normal file
View File

@ -0,0 +1,4 @@
scripts
------------
*nix helper scripts

4
dbstart Executable file
View File

@ -0,0 +1,4 @@
#!/usr/bin/env bash
brew services start postgresql@14
brew services start redis

4
dbstop Executable file
View File

@ -0,0 +1,4 @@
#!/usr/bin/env bash
brew services stop postgresql@14
brew services stop redis