Skip to content

dxlr8r/cliprange

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cliprange

CLojure IP RANGE: Application for creating a list of IPs from a range

Usage

Getting started:

Installation

This application requires the cliptools library. After installing cliptools cd into the cliprange source and execute: lein clean; lein uberjar

Running

  • Jar: will output IPs as a list seperated by a newline, example:
    • java -jar target/cliprange-*.jar -r 192.168.1.1-192.168.1.10, returns all IPs in range seperated by a newline
  • Functions: this project is an application wrapper for cliptools, so use that instead. But if you really would want to, example:
    • (require '[cliprange.core :refer [-main] :rename {-main ip-list}])
    • (ip-list "-r" "192.168.1.1-192.168.1.10")

License

Copyright © 2015 Simen Strange Øya

Distributed under the Modified BSD license

About

Application for creating a list of IPs from a range

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published