This file contains hidden or 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 | |
| # macOS power management settings optimized for longer battery life | |
| # Tested on MacBook Pro 13'' Early 2015 | |
| # Miigon 2020-01-28 | |
| echo " " | |
| echo "######################## DISCLAIMER ########################" | |
| echo "Although this script can be run, it's more intended to show" |
This file contains hidden or 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
| $ ./configure | |
| checking build system type... x86_64-apple-darwin18.6.0 | |
| checking host system type... x86_64-apple-darwin18.6.0 | |
| checking for gcc... gcc | |
| checking whether the C compiler works... yes | |
| checking for C compiler default output file name... a.out | |
| checking for suffix of executables... | |
| checking whether we are cross compiling... no | |
| checking for suffix of object files... o | |
| checking whether we are using the GNU C compiler... yes |
This file contains hidden or 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
| var blah = $(".js_domain_linkout"); | |
| blah.filter(function(){return $(this).text() == "\n\nemail\n\n";}); |