| The Following User Says Thank You to stevomanu For This Useful Post: | ||
| The Following User Says Thank You to Jigzy For This Useful Post: | ||
osso-xterm 'root' 'echo "ifconfig wlan0 up"' 'echo "iwlist wlan0 scan"' 'echo "ifconfig wlan0 down'"
#!/bin/sh ifconfig wlan0 up iwlist wlan0 scan ifconfig wlan0 down
/usr/bin/osso-xterm/ /location of sh/ ?.sh
#!/bin/sh ifconfig wlan0 up iwlist wlan0 scan ifconfig wlan0 down
/usr/bin/osso-xterm/ /location of sh/ ?.sh
osso-xterm -e /path/to/yourscript