Update trunk.sh

This commit is contained in:
Alexander David Frick 2022-06-25 11:55:47 -05:00 committed by GitHub
parent 13a2d3de50
commit 9884044cd4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,6 +25,8 @@ case $1 in
--help) displayHelp; exit 0;;
esac
printf "\n" &&
printf "${bold}${GRE}Script to Rebase/Sync Chromium repo on Linux.${c0}\n" &&
printf "\n" &&
printf "${YEL}Rebasing/Syncing and running hooks...\n" &&
tput sgr0 &&