Skip to content

Instantly share code, notes, and snippets.

@mschmitt
Created July 28, 2017 14:47
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 mschmitt/86ec88daa9eaa49b0497dc0319c938f2 to your computer and use it in GitHub Desktop.
Save mschmitt/86ec88daa9eaa49b0497dc0319c938f2 to your computer and use it in GitHub Desktop.
Convert any text file to syntax highlighted HTML
#!/bin/sh
# Convert any text file to syntax highlighted HTML
vim -c TOhtml -c 'w' -c 'qa' "$1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment