Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created May 20, 2020 00:27
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/c5c92b0302980e43cafbbe10ba5c3b38 to your computer and use it in GitHub Desktop.
Save r-ryantm/c5c92b0302980e43cafbbe10ba5c3b38 to your computer and use it in GitHub Desktop.
/nix/store/ay5ch5gmdnvxz95zlrl0967nqndx6q3j-rshell-0.0.28
├── 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.28.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