View Single Post
Posts: 35 | Thanked: 13 times | Joined on Oct 2008
#6
conler .... for some reason didnt install, stuck on the prepare screen.

dbus-scripts .... installed because it looks helpful

manual method .... Thanks spiros this was the method I went for. All the scripts ive written fit very well with /etc/network. Cheers for the link and script snippet. For my needs ive posted my simple edit to exec all scripts within dir.

Code:
#!/bin/ksh
ssid=`iwgetid -s`

if [ $ssid == "my_network_ssid" ]
then
cd /home/user/MyDocs/scripts
list=`ls *.sh`
for script in $list
do
   $script
done
__________________
topsmileys - Free forum smileys

Last edited by purg; 2009-04-09 at 08:16.