mirror of
https://github.com/GyulyVGC/sniffnet.git
synced 2026-06-12 18:16:53 -04:00
4 lines
138 B
Bash
Executable File
4 lines
138 B
Bash
Executable File
#!/bin/sh
|
|
osascript \
|
|
-e "do shell script \"/*/Sniffnet.app/Contents/MacOS/sniffnet > /dev/null 2>&1 & \" with administrator privileges"
|