Small script that will wait for a TCP connection and respond with the contents of the configured directory.
12345678910111213141516171819 |
- *.gem
- *.rbc
- .bundle
- .config
- coverage
- InstalledFiles
- lib/bundler/man
- pkg
- rdoc
- spec/reports
- test/tmp
- test/version_tmp
- tmp
- # YARD artifacts
- .yardoc
- _yardoc
- doc/
|