db/scripts/env.sh

4 lines
66 B
Bash
Raw Normal View History

2023-06-09 01:29:13 +00:00
#! /usr/bin/bash
while read line; do export $line; done < ./.env