#!/bin/bash if ifconfig | grep $1 then echo "I found my wifi interface!!" else echo "Where is my interface?" fi echo "Echo after fi"