5 lines
83 B
Bash
Executable file
5 lines
83 B
Bash
Executable file
#!/bin/sh
|
|
set -e
|
|
|
|
## allow everybody to run wireshark:
|
|
chmod 0755 /usr/bin/dumpcap
|