Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created August 8, 2018 20:53
Show Gist options
  • Save ryantm/3e8c276c4560fb9214d9d3fa16fc0837 to your computer and use it in GitHub Desktop.
Save ryantm/3e8c276c4560fb9214d9d3fa16fc0837 to your computer and use it in GitHub Desktop.
/nix/store/c8j5kq38gs28kkl61whmvc3ykqqjx9ca-jimtcl-0.78
├── bin
│   ├── build-jim-ext
│   └── jimsh
├── docs
│   └── jim
│   └── Tcl.html
├── include
│   ├── jim-config.h
│   ├── jim-eventloop.h
│   ├── jim.h
│   ├── jim-signal.h
│   ├── jim-subcmd.h
│   └── jim-win32compat.h
└── lib
├── jim
│   ├── README.extensions
│   └── tcltest.tcl
├── libjim.a
└── pkgconfig
└── jimtcl.pc
7 directories, 13 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment