diff --git a/scripts/gerar_grafico_apps.sh b/scripts/gerar_grafico_apps.sh new file mode 100644 index 000000000..312f04b0c --- /dev/null +++ b/scripts/gerar_grafico_apps.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +python -c "from sapl.settings import SAPL_APPS; print(*[s.split('.')[-1] for s in SAPL_APPS])" | xargs -t ./manage.py graph_models -d -g -o zzz.png -l fdp