container: bash: add times / lib_times

This commit is contained in:
2024-08-08 18:43:34 -07:00
parent 923a9eee24
commit 5eac855acf
3 changed files with 127 additions and 0 deletions

View File

@@ -62,6 +62,7 @@ function main()
reports \e[34;3mGenerate balance sheet, income statement, etc.\e[0m
root \e[34;3mRun ROOT.cern instance for docker-finance analysis\e[0m
taxes \e[34;3mGenerate tax reports\e[0m
times \e[34;3mAccount for time\e[0m
\e[32mOptional:\e[0m
@@ -135,6 +136,9 @@ function main()
taxes)
lib_finance::taxes "${@:3}"
;;
time | times)
lib_finance::times "${@:3}"
;;
*)
lib_utils::die_usage "$_usage"
;;