Skip to content

Commit

Permalink
Colorize set -x prompt for better readability
Browse files Browse the repository at this point in the history
Signed-off-by: Krzysztof Obłonczek <[email protected]>
  • Loading branch information
koblonczek committed Feb 29, 2024
1 parent 1617b6c commit 1cf02ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/scripts/test.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/bash

PS4="\033[1m\033[38;5;45m+ \033[0m"
set -ex

ROOT_DIR="$(dirname "${BASH_SOURCE[0]}")/../.."
Expand Down

0 comments on commit 1cf02ca

Please sign in to comment.