Skip to content

Instantly share code, notes, and snippets.

@linknum23
Created June 29, 2017 20:18
Show Gist options
  • Save linknum23/3ec1617eade31a161becdc2bf1ca5a85 to your computer and use it in GitHub Desktop.
Save linknum23/3ec1617eade31a161becdc2bf1ca5a85 to your computer and use it in GitHub Desktop.
#!/bin/bash
# some silly programs force themselves to output to /dev/tty this makes it messy for scripts that call them
# heres a way to workaround this issue
script --command `pwd`/what_i_wanted_to_do.bash /dev/null >> output.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment