/usr/share/slsh/local-packages/curl.sl is in slang-curl 0.2.1-4.2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 | import ("curl");
$1 = path_concat (path_concat (path_dirname (__FILE__), "help"),
"curl.hlp");
if (NULL != stat_file ($1))
add_doc_file ($1);
provide ("curl");
|