Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created September 29, 2019 03:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/05f248bf5677f37cc0f5cdcaf4dcb328 to your computer and use it in GitHub Desktop.
Save ryantm/05f248bf5677f37cc0f5cdcaf4dcb328 to your computer and use it in GitHub Desktop.
/nix/store/y4gl47hv76z1rwmk5mwvyk9rr052dlcj-routino-3.3.2
├── bin
│   ├── filedumper
│   ├── filedumper-slim
│   ├── filedumperx
│   ├── planetsplitter
│   ├── planetsplitter-slim
│   ├── router
│   ├── router+lib
│   ├── router+lib-slim
│   └── router-slim
├── include
│   └── routino.h
├── lib
│   ├── libroutino-slim.so -> libroutino-slim.so.0.0.0
│   ├── libroutino-slim.so.0 -> libroutino-slim.so.0.0.0
│   ├── libroutino-slim.so.0.0.0
│   ├── libroutino.so -> libroutino.so.0.0.0
│   ├── libroutino.so.0 -> libroutino.so.0.0.0
│   └── libroutino.so.0.0.0
└── share
└── routino
├── profiles.xml
├── tagging-drive.xml
├── tagging-ride.xml
├── tagging-walk.xml
├── tagging.xml
└── translations.xml
5 directories, 22 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment