6 lines
39 B
Bash
6 lines
39 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
source ~/.env
|
||
|
|
||
|
echo ${!1}
|