Commit bfe8ff38 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play: add eget function

parent cce1e3b7
......@@ -6,10 +6,17 @@ fatal()
exit 1
}
eget()
{
epm tool eget "$@"
}
check_url_is_accessible()
{
local res
epm tool eget --check "$1"
eget --check "$1"
}
}
is_supported_arch()
......
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