_MYDISK=`diskutil list | grep "$1" | sed 's/ GB/GB/g' | awk '{print $6}'`
echo "Mounting $_MYDISK"
diskutil mount /dev/$_MYDISK
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.