1 2 3 4 5 6
#!/bin/sh # USAGE: go run -exec ./setcap.sh <args...> sudo setcap cap_net_bind_service=+ep "$1" "$@"