#!/bin/bash # # Start wicd if on laptop boxes. # if laptop-detect; then wicd-gtk --tray fi