[cmd_du] Added function to check total projected disk usage of selected IMAGEIDs

This commit is contained in:
ayakael 2018-04-06 19:02:10 -04:00
parent 72aac8134f
commit ad853a61bf
No known key found for this signature in database
GPG key ID: 575626A4AE5F4026
2 changed files with 27 additions and 1 deletions

View file

@ -23,6 +23,11 @@ case "${1}" in
update)
shift
cmd_update ${@}
;;
;;
du)
shift
cmd_du "${@}"
;;
esac