Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created September 20, 2018 11:50
Show Gist options
  • Save ryantm/7821e0f44d436ad5f86db59817d8952d to your computer and use it in GitHub Desktop.
Save ryantm/7821e0f44d436ad5f86db59817d8952d to your computer and use it in GitHub Desktop.
/nix/store/ziqsrn4wmaaf8ylmsy5h9q8wbbqvhlh4-smcroute-2.4.2
├── bin
│   ├── smcroute
│   ├── smcroutectl
│   └── smcrouted
├── lib
│   └── systemd
│   └── system
│   └── smcroute.service
├── sbin -> bin
└── share
├── doc
│   └── smcroute
│   ├── COPYING
│   ├── README.md
│   └── smcroute.conf
└── man
└── man8
├── smcroute.8.gz
├── smcroutectl.8.gz -> /nix/store/ziqsrn4wmaaf8ylmsy5h9q8wbbqvhlh4-smcroute-2.4.2/share/man/man8/smcroute.8.gz
└── smcrouted.8.gz -> /nix/store/ziqsrn4wmaaf8ylmsy5h9q8wbbqvhlh4-smcroute-2.4.2/share/man/man8/smcroute.8.gz
10 directories, 10 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment