Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created November 22, 2020 06:05
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/ce5046525ea184acd82451b0b6697b2a to your computer and use it in GitHub Desktop.
Save r-ryantm/ce5046525ea184acd82451b0b6697b2a to your computer and use it in GitHub Desktop.
/nix/store/l0zlrmxjxk9ip8gapxyb8ypsb47hcq66-onedrive-2.4.7
├── bin
│   └── onedrive
├── etc
│   └── logrotate.d
│   └── onedrive
├── lib
│   └── systemd
│   ├── system
│   │   └── onedrive@.service
│   └── user -> /nix/store/l0zlrmxjxk9ip8gapxyb8ypsb47hcq66-onedrive-2.4.7/share/systemd/user
└── share
├── bash-completion
│   └── completions
│   └── onedrive
├── doc
│   └── onedrive
│   ├── BusinessSharedFolders.md
│   ├── CHANGELOG.md
│   ├── config
│   ├── Docker.md
│   ├── INSTALL.md
│   ├── LICENSE
│   ├── Office365.md
│   ├── README.md
│   └── USAGE.md
├── man
│   └── man1
│   └── onedrive.1.gz
├── systemd
│   └── user
│   └── onedrive.service
└── zsh
└── site-functions
└── _onedrive
18 directories, 16 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment