AudioServicesPlaySystemSound (1003); // SMSReceived (see SystemSoundID below)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Unzip all .zip files in the current directory and its subdirectories | |
find . -type f -name "*.zip" | while read -r file; do | |
unzip "$file" -d "${file%.*}" | |
done | |
# Move all .zip files to the Trash | |
find . -type f -name "*.zip" | while read -r file; do | |
trash "$file" |
mount -t /dev/disk3
mount force -t /dev/disk3
diskutil verifyDisk /dev/disk3
diskutil repairDisk /dev/disk3
diskutil repairDisk /dev/disk3