Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created October 16, 2018 03:39
Show Gist options
  • Save ryantm/7684f11ea7a122bc66a7a4aa417bc422 to your computer and use it in GitHub Desktop.
Save ryantm/7684f11ea7a122bc66a7a4aa417bc422 to your computer and use it in GitHub Desktop.
/nix/store/n6icbvvgq4k32rw8az9lrbbbf98xqhbv-ipv6calc-1.1.0
├── bin
│   ├── ipv6calc
│   ├── ipv6loganon
│   ├── ipv6logconv
│   └── ipv6logstats
├── lib
│   ├── libipv6calc_db_wrapper.so.1.1.0
│   └── libipv6calc.so.1.1.0
└── share
├── ipv6calc
│   └── tools
│   ├── DBIP-generate-db.pl
│   ├── DBIP-update.sh
│   ├── GeoIP-update.sh
│   ├── IP2Location-update.sh
│   ├── ipv6calc-create-registry-list-ipv4.pl
│   ├── ipv6calc-create-registry-list-ipv6.pl
│   ├── ipv6calc-db-update.sh
│   ├── ipv6calc-registries-check-run-create.sh
│   └── ipv6calc-update-registries.sh
└── man
└── man8
├── ipv6calc.8.gz
├── ipv6loganon.8.gz
├── ipv6logconv.8.gz
└── ipv6logstats.8.gz
7 directories, 19 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment