Skip to content

Commit a4e7948

Browse files
committed
firmware-util: clear screen, add banner at startup
Signed-off-by: Matt DeVillier <[email protected]>
1 parent 2c1b824 commit a4e7948

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

firmware-util.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ else
3434
fi
3535

3636
#get support scripts
37+
printf "\ec"
38+
echo -e "\nMrChromebox Firmware Utility Script startup"
3739
echo -e "\nDownloading supporting files..."
3840
rm -rf firmware.sh >/dev/null 2>&1
3941
rm -rf functions.sh >/dev/null 2>&1

0 commit comments

Comments
 (0)