mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-14 20:59:53 +05:00
ActionS - V1ExecuteActions with targets
This commit is contained in:
2
data/scripts/eval_dep.sh
Executable file
2
data/scripts/eval_dep.sh
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/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
|
||||
Reference in New Issue
Block a user