Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created April 10, 2021 17:16
Show Gist options
  • Save r-ryantm/ec8088acabcf427396ef787b1666bd0e to your computer and use it in GitHub Desktop.
Save r-ryantm/ec8088acabcf427396ef787b1666bd0e to your computer and use it in GitHub Desktop.
/nix/store/s32ryrxrfg2jrn9pqhyqvm3rjn5xynn6-onedrive-2.4.11
├── bin
│   └── onedrive
├── etc
│   └── logrotate.d
│   └── onedrive
├── lib
│   └── systemd
│   ├── system
│   │   └── onedrive@.service
│   └── user -> /nix/store/s32ryrxrfg2jrn9pqhyqvm3rjn5xynn6-onedrive-2.4.11/share/systemd/user
└── share
├── bash-completion
│   └── completions
│   └── onedrive
├── doc
│   └── onedrive
│   ├── advanced-usage.md
│   ├── BusinessSharedFolders.md
│   ├── CHANGELOG.md
│   ├── config
│   ├── Docker.md
│   ├── INSTALL.md
│   ├── LICENSE
│   ├── README.md
│   ├── SharePoint-Shared-Libraries.md
│   └── USAGE.md
├── man
│   └── man1
│   └── onedrive.1.gz
├── systemd
│   └── user
│   └── onedrive.service
└── zsh
└── site-functions
└── _onedrive
18 directories, 17 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment