overleaf/check_user_net_connections.sh

2 lines
87 B
Bash
Raw Permalink Normal View History

2024-07-21 00:06:55 +02:00
netstat -tunp | grep "134.102.23.210:443" | awk -c {'print $5'} | sed 's/:.*//' | uniq