remove use of realpath

This commit is contained in:
Raghav Potluri
2025-08-31 09:20:18 -07:00
parent c0da1fa06f
commit 230b7b9d73

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env zsh
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
SNIFFNET_PATH="$SCRIPT_DIR/sniffnet"
osascript -e "do shell script \"'$(realpath "$SNIFFNET_PATH")' >/dev/null 2>&1 &\" with prompt \"Comfortably monitor your Internet traffic.\" with administrator privileges"
osascript -e "do shell script \"'$SNIFFNET_PATH' >/dev/null 2>&1 &\" with prompt \"Comfortably monitor your Internet traffic.\" with administrator privileges"