c shell script function的相關文章
c shell script function的相關商品

bash - How to execute a function from a shell-script from C - Stack Overflow
瀏覽:657
日期:2025-04-30
I have a user supplied script like #!/bin/sh some_function { touch some_file } some_other_function { touch some_other_file } and i want to call the function some_other_function from c-code. I understand, that i could simply write a shell script like...看更多