Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用 turtle,如何运行在 中找到的自定义 bash 命令/a/path/to/a/file.sh?它相当于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