Commit 18ff1430 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm repack common.sh: add estrlist()

parent 38a90440
......@@ -70,6 +70,10 @@ is_url()
echo "$1" | grep -q "^[filehtps]*:/"
}
estrlist()
{
epm tool estrlist "$@"
}
# Move file to a new place
......
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