add variable color
This commit is contained in:
parent
ebc2500ea2
commit
b5d92f7daf
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user