Created
June 29, 2017 20:18
-
-
Save linknum23/3ec1617eade31a161becdc2bf1ca5a85 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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