ActionS - V1ExecuteActions with targets

This commit is contained in:
DanB
2020-12-18 17:47:33 +01:00
parent 31ca4fcc36
commit 26c04a2415
3 changed files with 95 additions and 105 deletions

2
data/scripts/eval_dep.sh Executable file
View 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