Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 313 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 313 Bytes

99ports

uberports in Haskell.

Why haskell?

  • Compiled
  • Faster than shell

Compiling

With stack

Install dependencies:

stack install directory wreq network-uri curl

Compile:

stack ghc -- main.hs -o 99ports

Install:

sudo cp 99ports /usr/bin/