Skip to content

Instantly share code, notes, and snippets.

@nothingmuch
Last active December 29, 2015 18:41
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 nothingmuch/fc80e02427ad3bf22b76 to your computer and use it in GitHub Desktop.
Save nothingmuch/fc80e02427ad3bf22b76 to your computer and use it in GitHub Desktop.
#!/bin/bash
#https://wiki.archlinux.org/index.php/Core_utilities#Colored_output_when_reading_from_stdin
t=$(tempfile)
trap "rm '$t'" EXIT
script -q -c "$*" "$t" > /dev/null
stty sane
less "$t"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment