#!/bin/bash # # Start wicd if on laptop boxes. # if laptop-detect; then if which wicd-gtk &> /dev/null; then wicd-gtk --tray fi fi