logo
首页技术栈工具库讨论
shqq

shqq

This library provides a quasiquoter for executing shell commands, somewhat similar to Perl's backtick operator. Shell commands are IO actions, and they capture the command's standard output as a String result. You can use Haskell variables in a shell command. A string representation of the contents will be interpolated. The shell will see each interpolated variable as a single token without interpreting special characters, unless you choose otherwise. Note: The shell escaping is not correct for the Windows shell. This library should fail to build on Windows, as well. Examples of using this library are included in examples/.
由 
bruceshi2021-01-13 收录
--
推荐
不推荐
更多信息
HACKAGE
carbal install shqq
查看
标签
根据用户添加的标签生成
暂无标签