Search found 1 match
- Fri Sep 14, 2012 7:27 am
- Forum: Gargoyle Development
- Topic: How to use commands like xterm, spawn, expect, etc.
- Replies: 1
- Views: 5138
How to use commands like xterm, spawn, expect, etc.
Hi all, I'm new to this openwrt world and I'm trying to improve my learnings about it a little further, I hope you can help me. The matter is this: I have the main script which calls the second script with the following command: for ROUTER in {1..10} do xterm -iconic -e $path/runscript.sh $ROUTER &a...