Skip to content

Commit be97d25

Browse files
author
Manoj Tuguru
committed
Adding Q Messaging in the Terminal
1 parent 18f81d0 commit be97d25

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
#!/bin/bash
2+
# Display Q CLI message when terminal starts
3+
echo -e echo -e "\033[1;32m
4+
##############################################################################
5+
# #
6+
# TERMINAL #
7+
# Powered by Amazon Q CLI #
8+
# # #
9+
# © 2025, Amazon Web Services, Inc. or its affiliates. #
10+
# All rights reserved. #
11+
# #
12+
# #
13+
##############################################################################
14+
\033[0m"
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
#!/bin/bash
2+
# Display Q CLI message when terminal starts
3+
echo -e echo -e "\033[1;32m
4+
##############################################################################
5+
# #
6+
# TERMINAL #
7+
# Powered by Amazon Q CLI #
8+
# # #
9+
# © 2025, Amazon Web Services, Inc. or its affiliates. #
10+
# All rights reserved. #
11+
# #
12+
# #
13+
##############################################################################
14+
\033[0m"

0 commit comments

Comments
 (0)