konsole --noclose -e --rcfile /filepathtomyscript
konsoleが次のような引数を持つコマンドのリストを実行できるようにしたいので、上記のコマンドを実行しようとしました
lftp
open...
login
put....
ただし、エラーが発生し続けます。手伝っていただけませんか?どうもありがとう。これまでに見つけたすべての例は、単一のコマンドを実行するだけです。
konsole --noclose -e --rcfile /filepathtomyscript
konsoleが次のような引数を持つコマンドのリストを実行できるようにしたいので、上記のコマンドを実行しようとしました
lftp
open...
login
put....
ただし、エラーが発生し続けます。手伝っていただけませんか?どうもありがとう。これまでに見つけたすべての例は、単一のコマンドを実行するだけです。
これを試して
konsole --noclose -e /bin/bash /path/to/my/script
-e [引数]
Execute ’command’ instead of shell. It also sets the window title and icon name to be the basename of the program being executed if neither -T nor -n are given on the command line. This must be the last option on the command line.