View Single Post
Posts: 3,428 | Thanked: 2,856 times | Joined on Jul 2008
#4
Code:
#!/bin/sh

#my=`/sbin/ifconfig usb0`
my="abcd"

if [ "$my" == *bc* ]
then
        echo "Ok"
else
        echo "Not ok"
fi
Maybe?
__________________
If I've helped you or you use any of my packages feel free to help me out.
-----------------------------------------------------------------------------------
Maintaining:
pyRadio - Pandora Radio on your N900, N810 or N800!