__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
#!/bin/sh -e
# Detects Mac OS X. I don't yet know how Mac OS <= 9 fits into this.
. /usr/share/os-prober/common.sh
partition="$1"
mpoint="$2"
type="$3"
debug() {
if [ -z "$OS_PROBER_DISABLE_DEBUG" ]; then
logger --socket-errors=off -t macosx-prober "debug: $@"
fi
}
# Weed out stuff that doesn't apply to us
case "$type" in
hfsplus) debug "$1 is an HFS+ partition" ;;
*) debug "$1 is not an HFS+ partition: exiting"; exit 1 ;;
esac
# Could use a better test than this.
# /System/Library/CoreServices/SystemVersion.plist has version information,
# but I don't think it exists on Mac OS <= 9, and it's XML so parsing in
# shell will be nasty.
if [ -e "$2/mach_kernel" ]; then
label="$(count_next_label MacOSX)"
result "$1:Mac OS X:$label:macosx"
exit 0
else
exit 1
fi
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| efi | Folder | 0755 |
|
|
| 05efi | File | 1.9 KB | 0755 |
|
| 10freedos | File | 517 B | 0755 |
|
| 10qnx | File | 390 B | 0755 |
|
| 20macosx | File | 791 B | 0755 |
|
| 20microsoft | File | 4.59 KB | 0755 |
|
| 30utility | File | 863 B | 0755 |
|
| 40lsb | File | 891 B | 0755 |
|
| 70hurd | File | 247 B | 0755 |
|
| 80minix | File | 431 B | 0755 |
|
| 83haiku | File | 883 B | 0755 |
|
| 90linux-distro | File | 5.81 KB | 0755 |
|
| 90solaris | File | 385 B | 0755 |
|