bb8ce756d3
I'm not explicitly supporting linux, but a few minor changes make YADR useable for server administration.
4 lines
50 B
Bash
4 lines
50 B
Bash
if [ -e ~/.secrets ]; then
|
|
source ~/.secrets
|
|
fi
|