View Single Post
moudy91's Avatar
Posts: 165 | Thanked: 18 times | Joined on Jun 2010
#1329
hi guys i did create this command as sh

Code:
#!/bin/sh
ifconfig wlan0 up
iwlist wlan0 scan
ifconfig wlan0 down
in xterm it worked perfectly when i type it

but with a qbw command it don't

Code:
/usr/bin/osso-xterm/ /location of sh/ ?.sh
why ???