macOS tools moving to my git

This commit is contained in:
2026-05-10 12:53:30 -07:00
parent 61c0d4b5f1
commit 83156ea9e8
101 changed files with 3011 additions and 0 deletions

6
unmountvol-all Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/sh
export PATH=$PATH:/usr/bin/local
echo "Looking for $1"
_MYDISK=`diskutil list | grep "$1" | awk '{print $6}'`
echo "Unmounting $_MYDISK"
diskutil unmount force /dev/$_MYDISK