mirror of
https://github.com/CompassConnections/Compass.git
synced 2025-12-23 22:18:43 -05:00
Add source.sh
This commit is contained in:
9
scripts/source.sh
Executable file
9
scripts/source.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
cd "$(dirname "$0")"/..
|
||||
|
||||
source .env
|
||||
|
||||
|
||||
Reference in New Issue
Block a user