Simple overview of use/purpose.
An in-depth paragraph about your project and overview of use.
#!/bin/bash | |
iatest=$(expr index "$-" i) | |
####################################################### | |
# SOURCED ALIAS'S AND SCRIPTS BY zachbrowne.me | |
####################################################### | |
# Source global definitions | |
if [ -f /etc/bashrc ]; then | |
. /etc/bashrc |
lsusb -v 2> /dev/null | grep -e "Apple Inc" -A 2 |