Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created November 12, 2020 02:21
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 r-ryantm/b9ea59957d82a17fba097960c12a818b to your computer and use it in GitHub Desktop.
Save r-ryantm/b9ea59957d82a17fba097960c12a818b to your computer and use it in GitHub Desktop.
/nix/store/wpib72nghcg7pcpr6pzwa15zdscg0ld2-seafile-shared-7.0.9
├── bin
│   ├── seaf-cli
│   └── seaf-daemon
├── include
│   └── seafile
│   ├── seafile-error.h
│   ├── seafile.h
│   ├── seafile-object.h
│   └── seafile-rpc.h
├── lib
│   ├── libseafile.la
│   ├── libseafile.so -> libseafile.so.0.0.0
│   ├── libseafile.so.0 -> libseafile.so.0.0.0
│   ├── libseafile.so.0.0.0
│   ├── pkgconfig
│   │   └── libseafile.pc
│   └── python2.7
│   └── site-packages
│   └── seafile
│   ├── __init__.py
│   ├── __init__.pyc
│   ├── __init__.pyo
│   ├── rpcclient.py
│   ├── rpcclient.pyc
│   └── rpcclient.pyo
└── share
└── man
└── man1
├── seaf-cli.1.gz
└── seaf-daemon.1.gz
11 directories, 19 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment