Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created January 30, 2020 08:53
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/5b29f323143cf187e0821df17e20cc25 to your computer and use it in GitHub Desktop.
Save r-ryantm/5b29f323143cf187e0821df17e20cc25 to your computer and use it in GitHub Desktop.
/nix/store/nwzx79rnr0pbjfi9df6rvjgrgw13ngsr-rshell-0.0.26
├── 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
│   │   │   └── wrapper.cpython-37.pyc
│   │   ├── version.py
│   │   └── wrapper.py
│   ├── rshell-0.0.26.dist-info
│   │   ├── entry_points.txt
│   │   ├── INSTALLER
│   │   ├── LICENSE
│   │   ├── METADATA
│   │   ├── RECORD
│   │   ├── top_level.txt
│   │   └── WHEEL
│   └── tests
│   ├── hello.py
│   ├── make_all_bytes.py
│   ├── __pycache__
│   │   ├── hello.cpython-37.pyc
│   │   ├── make_all_bytes.cpython-37.pyc
│   │   └── tree_cmp.cpython-37.pyc
│   └── tree_cmp.py
└── nix-support
└── propagated-build-inputs
10 directories, 30 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment