5 lines
108 B
Bash
5 lines
108 B
Bash
#!/usr/bin/env bash
|
|
|
|
cat "$(find "$HOME/.config/env" -name '*.env' -type f)" \
|
|
>"$HOME/.config/env/all"
|