1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-06 20:35:11 +01:00
Files
dotfiles/bin/portuser
2015-02-09 15:21:14 +01:00

7 lines
99 B
Bash
Executable File

#!/bin/bash
if [ -z "$1" ]; then
echo "Provide a TCP port number"
else
sudo fuser -v $1/tcp
fi