Commit 90ae0840 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm tool: add erc and ercat

parent adccb837
...@@ -45,6 +45,14 @@ epm_tool() ...@@ -45,6 +45,14 @@ epm_tool()
showcmd eget "$@" showcmd eget "$@"
eget "$@" eget "$@"
;; ;;
"erc") # HELPCMD: universal archive manager
showcmd erc "$@"
erc "$@"
;;
"ercat") # HELPCMD: universal file uncompressor
showcmd ercat "$@"
ercat "$@"
;;
"estrlist") # HELPCMD: string operations "estrlist") # HELPCMD: string operations
showcmd estrlist "$@" showcmd estrlist "$@"
estrlist "$@" estrlist "$@"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment