add copyright text

This commit is contained in:
robocopAlpha 2020-08-04 12:59:19 +03:00
parent da0cd940ed
commit d596b6be5b

View file

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
########### ###########
# author: robocopAlpha # author: Deepankar Chakroborty
# https://github.com/robocopAlpha # https://github.com/robocopAlpha
# Leave feedback: https://gist.github.com/robocopAlpha/3e9792b6e47c3648e725fb518a2dbf68 # 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 simultanously logging to a file
Follow the development: https://github.com/robocopAlpha/brewlog Follow the development: https://github.com/robocopAlpha/brewlog
Copyright 2020, Deepankar Chakroborty. All rights reserved.
'; ';
} }
@ -99,3 +99,5 @@ else
$(which brew) "$@" 2>&1 | tee -a "$LOGFILE" $(which brew) "$@" 2>&1 | tee -a "$LOGFILE"
exit 0; exit 0;
fi fi
# Copyright 2020, Deepankar Chakroborty. All rights reserved.