Is there any way to run a command in the CLI per line of code? I need to run the following command: mininet-wifi> sh ifconfig hwsim0 up but i need to run it via script and not via terminal. Is there a way to include this command in my code?