Files
cgrates/data/scripts/eval_dep.sh
2020-12-18 17:54:27 +01:00

3 lines
134 B
Bash
Executable File

#!/bin/sh
eval `go build -work -a 2>&1` && find $WORK -type f -name "*.a" | xargs -I{} du -hxs "{}" | sort -rh | sed -e s:${WORK}/::g