When you run pegaswitch you need to open a bash window in the pegaswitch folder, then write
node start.js -webapplet
which then waits for the switch to connect, then waits for an input
then you need to write
evalfile usefulscripts/nspwn.js
is there anyway to make it write that for you after it is waiting for an input with the switch connected? I have
#!/bin/bash
node start.js --webapplet
which does the first part fine but I need to input the second command after it's connected...
node start.js -webapplet
which then waits for the switch to connect, then waits for an input
then you need to write
evalfile usefulscripts/nspwn.js
is there anyway to make it write that for you after it is waiting for an input with the switch connected? I have
#!/bin/bash
node start.js --webapplet
which does the first part fine but I need to input the second command after it's connected...








