Katolus / functions

Useless cat SH-2002
Performance
Major
2 years ago2 years old
Useless cat. Consider 'cmd < file | ..' or 'cmd file | ..' instead
 6cd "$(git rev-parse --show-toplevel)"
 7
 8# Export .env variables to be in shell execution scope
 9export "$(cat .env | xargs)"10
11exec "$@"