Closed zubieta closed 7 years ago
the call to system fails when s_selection contains single quotes:
system
s_selection
let return = system("echo '". s_selection ."' |slackcat -c " . s_channel . " --filetype " . s_lang)
I believe #47 should be enough to fix the issue
the call to
system
fails whens_selection
contains single quotes: