7 lines
No EOL
138 B
Bash
7 lines
No EOL
138 B
Bash
#!/usr/bin/env bash
|
|
|
|
if [ -d /Applications ] && [ -d /System ]; then
|
|
# System is macOS
|
|
logg info 'Enabling macOS firewall'
|
|
|
|
fi |