dotfiles

<-- duh.
git clone https://hhvn.uk/dotfiles
git clone git://hhvn.uk/dotfiles
Log | Files | Refs | Submodules | LICENSE

service (96B)


      1 #!/bin/sh
      2 
      3 sed 's~/.*~~' < /etc/services | awk -v "pattern=$1" '$1 == pattern || $2 == pattern'