mirror of
https://github.com/status-im/status-react.git
synced 2025-01-11 11:34:45 +00:00
8 lines
95 B
Bash
8 lines
95 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
# Colors
|
||
|
YLW='\033[1;33m'
|
||
|
RED='\033[0;31m'
|
||
|
GRN='\033[0;32m'
|
||
|
RST='\033[0m'
|