Commit 35d5a4c8 authored by Vitaly Lipatov's avatar Vitaly Lipatov

small todo

parent eaab6692
......@@ -504,6 +504,13 @@ esu()
set_pm_type
# TODO:
#quote() {
# for arg in "$@"; do
# printf '%s\n' "$arg" | sed "s/'/'\\\\''/g;1s/^/'/;\$s/\$/'/"
# done
#}
escape_args()
{
local output=''
......
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