标签: haskell haskell-turtle
使用turtle,如何在/a/path/to/a/file.sh中运行自定义bash命令?它等同于source /a/path/to/a/file.sh,然后调用custom_bash_function。
/a/path/to/a/file.sh
source /a/path/to/a/file.sh
custom_bash_function