Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created November 8, 2018 19:39
Show Gist options
  • Save ryantm/c44954ae0d0860ca3b3fb13d08c9a2e4 to your computer and use it in GitHub Desktop.
Save ryantm/c44954ae0d0860ca3b3fb13d08c9a2e4 to your computer and use it in GitHub Desktop.
/nix/store/gqxvlnlz9aqllaspbnb3k3ivfnd2s8hm-syncthing-0.14.52
├── bin
│   └── syncthing
├── lib
│   └── systemd
│   ├── system
│   │   ├── syncthing-resume.service
│   │   └── syncthing@.service
│   └── user
│   └── syncthing.service
└── share
└── man
├── man1
│   ├── stdiscosrv.1.gz
│   ├── strelaysrv.1.gz
│   └── syncthing.1.gz
├── man5
│   ├── syncthing-config.5.gz
│   └── syncthing-stignore.5.gz
└── man7
├── syncthing-bep.7.gz
├── syncthing-device-ids.7.gz
├── syncthing-event-api.7.gz
├── syncthing-faq.7.gz
├── syncthing-globaldisco.7.gz
├── syncthing-localdisco.7.gz
├── syncthing-networking.7.gz
├── syncthing-relay.7.gz
├── syncthing-rest-api.7.gz
├── syncthing-security.7.gz
└── syncthing-versioning.7.gz
10 directories, 20 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment