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
| Homebrew build logs for tig on 4.9.93-linuxkit-aufs | |
| Build date: 2018-07-30 14:34:52 |
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
| Homebrew build logs for pypy3 on 4.9.87-linuxkit-aufs | |
| Build date: 2018-07-11 23:38:26 |
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
| @font-face { | |
| font-family: 'Ubuntu'; | |
| src: url('Ubuntu-R.ttf') format('truetype'); | |
| font-weight: normal; | |
| font-style: normal; | |
| } | |
| @font-face { | |
| font-family: 'Ubuntu'; | |
| src: url('Ubuntu-RI.ttf') format('truetype'); |
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
| Homebrew build logs for pypy on 4.9.87-linuxkit-aufs | |
| Build date: 2018-06-24 19:06:02 |
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
| Homebrew build logs for pulseaudio on 4.9.87-linuxkit-aufs | |
| Build date: 2018-06-24 18:29:00 |
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
| Homebrew build logs for pulseaudio on 4.9.87-linuxkit-aufs | |
| Build date: 2018-06-24 18:22:11 |
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
| Homebrew build logs for pulseaudio on 4.9.87-linuxkit-aufs | |
| Build date: 2018-06-24 18:09:27 |
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
| Homebrew build logs for pypy on macOS 10.13.5 | |
| Build date: 2018-06-23 14:17:41 |
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
| Homebrew build logs for pypy on 4.9.87-linuxkit-aufs | |
| Build date: 2018-06-22 22:43:27 |
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 | |
| cleanup () { | |
| brew remove --force $(brew list) &>/dev/null | |
| brew cleanup &>/dev/null | |
| } | |
| cleanup_int () { | |
| trap 'echo "CTRL + C is disabled during cleanup"' INT | |
| echo "initiating cleanup" |