arthurbacci / 99ports

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/

About

License:GNU General Public License v3.0


Languages

Language:Haskell 100.0%