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.
実行可能ファイルの代わりに .sh ファイルを Eclipse で実行するにはどうすればよいですか?
特別なコマンドで実行可能ファイルを開始する必要があります。私のshファイルは次のようになりますoptirun ./executable
optirun ./executable
スクリプトの例で shell を渡すことでそれを行う必要があります: optirun sh ./executable
optirun sh ./executable