标签: c++ linux eclipse
如何在eclipse中运行.sh文件而不是可执行文件?
我需要使用特殊命令启动可执行文件。我的sh文件看起来像optirun ./executable
optirun ./executable
答案 0 :(得分:1)
您需要通过使用脚本示例传递shell来实现:optirun sh ./executable
optirun sh ./executable