adding service helpers and readme
This commit is contained in:
parent
dec02109ad
commit
e9d1371ba6
4
README.md
Normal file
4
README.md
Normal file
@ -0,0 +1,4 @@
|
||||
scripts
|
||||
------------
|
||||
|
||||
*nix helper scripts
|
4
dbstart
Executable file
4
dbstart
Executable file
@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
brew services start postgresql@14
|
||||
brew services start redis
|
4
dbstop
Executable file
4
dbstop
Executable file
@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
brew services stop postgresql@14
|
||||
brew services stop redis
|
Loading…
x
Reference in New Issue
Block a user