mirror of
https://github.com/dchakro/brewlog.git
synced 2026-05-17 10:12:16 -07:00
Merge branch 'develop' into master
This commit is contained in:
commit
2227c87412
1 changed files with 5 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
###########
|
||||
# author: robocopAlpha
|
||||
# author: Deepankar Chakroborty
|
||||
# https://github.com/robocopAlpha
|
||||
# Leave feedback: https://gist.github.com/robocopAlpha/3e9792b6e47c3648e725fb518a2dbf68
|
||||
#
|
||||
|
|
@ -48,7 +48,7 @@ printf 'brewlog v.0.1 - brewlog allows you to run homebrew commands while
|
|||
simultanously logging to a file
|
||||
|
||||
Follow the development: https://github.com/robocopAlpha/brewlog
|
||||
|
||||
Copyright 2020, Deepankar Chakroborty. All rights reserved.
|
||||
';
|
||||
}
|
||||
|
||||
|
|
@ -98,4 +98,6 @@ else
|
|||
# logs both STDOUT and STDERR to $LOGFILE
|
||||
$(which brew) "$@" 2>&1 | tee -a "$LOGFILE"
|
||||
exit 0;
|
||||
fi
|
||||
fi
|
||||
|
||||
# Copyright 2020, Deepankar Chakroborty. All rights reserved.
|
||||
Loading…
Add table
Add a link
Reference in a new issue