1 2 3 4 5 6 7 8
#!/bin/bash # # Start wicd if on laptop boxes. # if laptop-detect; then wicd-gtk --tray fi