Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created March 31, 2020 05:02
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/ae1d973561484a125381fe927e794b3c to your computer and use it in GitHub Desktop.
Save r-ryantm/ae1d973561484a125381fe927e794b3c to your computer and use it in GitHub Desktop.
/nix/store/v39xsv75rqgvj8lxg1wxyv7pmxyxhlrd-rshell-0.0.27
├── bin
│   ├── pyboard
│   └── rshell
├── lib
│   └── python3.7
│   └── site-packages
│   ├── rshell
│   │   ├── command_line.py
│   │   ├── getch.py
│   │   ├── __init__.py
│   │   ├── main.py
│   │   ├── pyboard.py
│   │   ├── __pycache__
│   │   │   ├── command_line.cpython-37.pyc
│   │   │   ├── getch.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── main.cpython-37.pyc
│   │   │   ├── pyboard.cpython-37.pyc
│   │   │   └── version.cpython-37.pyc
│   │   └── version.py
│   └── rshell-0.0.27.dist-info
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
8 directories, 22 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment