Files
svr/usr/bin/grepips
T

7 lines
54 B
Bash
Raw Normal View History

2026-01-23 08:55:18 +01:00
#!/usr/bin/bash
grep -Eo $IP_REG $@ | sortu
exit 0