Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created January 22, 2021 18:06
Show Gist options
  • Save r-ryantm/ff8d2a841c27396af9b6cffd966b78d0 to your computer and use it in GitHub Desktop.
Save r-ryantm/ff8d2a841c27396af9b6cffd966b78d0 to your computer and use it in GitHub Desktop.
/nix/store/fy9f6lkfap4dbc0pagirlnj6m88pr8nr-onedrive-2.4.9
├── bin
│   └── onedrive
├── etc
│   └── logrotate.d
│   └── onedrive
├── lib
│   └── systemd
│   ├── system
│   │   └── onedrive@.service
│   └── user -> /nix/store/fy9f6lkfap4dbc0pagirlnj6m88pr8nr-onedrive-2.4.9/share/systemd/user
└── share
├── bash-completion
│   └── completions
│   └── onedrive
├── doc
│   └── onedrive
│   ├── advanced-usage.md
│   ├── 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, 17 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment