#!/bin/bash if [ -a /dev/sd[a-z]1 ] then /bin/mount /dev/sd[a-z]1 /mnt/USB else /bin/mount /dev/sd[a-z] /mnt/USB fi