feat: Add logging

This commit is contained in:
ge 2022-05-19 08:53:41 +03:00
parent e60a644968
commit 5c43d3a843
2 changed files with 4 additions and 0 deletions

View File

@ -22,6 +22,8 @@ handler::cp() {
#
# Usage: handler::cp URI
log "Run handler handler::cp() ..."
local uri
local dst_path

View File

@ -21,6 +21,8 @@ handler::tar() {
#
# Usage: handler::tar URI
log "Run handler handler::tar() ..."
local uri
local src_path
local dst_path