summaryrefslogtreecommitdiff
path: root/stdin-wrapper
AgeCommit message (Collapse)Author
2016-11-05changed while read -r loop to cat > for portability and simplicity (#165)purpleP
* changed while read -r loop to cat > for portability and simplicity * typo fix
2016-11-01#160 Switch back to using readline for writing stdin to the temporary file, ↵w0rp
because it actually works on all machines.
2016-10-22Use `cat` instead of `read -r` to stream stdin to file (#120)Łukasz Jan Niemier
* Use `cat` instead of `read -r` to stream stdin to file * Cleanup dmd-wrapper * Fix typo * Make wrapper work on macOS * Use fifo instead of temporary file * Fix stdin-wrapper * Use `awk` instead of `read` hackery * Finish refactoring * Fix `exec` issue * Add myself as an coauthor of wrapper scripts (no shame at all :P) * Fix dmd-wrapper * Extract check_dubfile
2016-10-10More randomness in the wrapper tmpfileBjorn Neergaard
2016-10-10Fixup stdin-wrapperBjorn Neergaard
* Use a more universal shebang. * Use the template feature of mktemp to avoid silly gymnastics.
2016-10-04Add comment headers to wrappersPrashanth Chandra
2016-10-03Add support for checking Vim code with Vint.w0rp
2016-09-18Add support for checking Haskell code via a wrapper script which can be used ↵w0rp
for other tools, and fix a readline problem with the DMD wrapper script.