add variable color

This commit is contained in:
jpwilliam 2023-11-16 14:52:28 -03:00
parent ebc2500ea2
commit b5d92f7daf

View File

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
NC=`\033[m` NC='\033[m'
Red=`\033[1;31m` Red='\033[1;31m'
Blue=`\033[1;34m` Blue='\033[1;34m'
if [ ! -f ~/.ssh/id_ed25519.pub ] if [ ! -f ~/.ssh/id_ed25519.pub ]
then then