in reply to Re: perl scripting help
in thread perl scripting help
Hmm, if OP wants to have an interactive terminal that just executes some commands before dropping to the command line, something like this should work:
system('xterm', '-e', 'bash -rcfile /home/username/script.sh');
|
|---|