mirror of
https://github.com/GyulyVGC/sniffnet.git
synced 2026-04-18 13:18:22 -04:00
5 lines
262 B
Bash
Executable File
5 lines
262 B
Bash
Executable File
#!/usr/bin/env zsh
|
|
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd -P)"
|
|
SNIFFNET_PATH="$SCRIPT_DIR/sniffnet"
|
|
osascript -e "do shell script \"'$SNIFFNET_PATH' >/dev/null 2>&1 &\" with prompt \"Comfortably monitor your Internet traffic.\" with administrator privileges"
|