overleaf/check_user_net_connections.sh

1 line
87 B
Bash

netstat -tunp | grep "134.102.23.210:443" | awk -c {'print $5'} | sed 's/:.*//' | uniq