add variable color
This commit is contained in:
parent
ebc2500ea2
commit
b5d92f7daf
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
NC=`\033[m`
|
||||
Red=`\033[1;31m`
|
||||
Blue=`\033[1;34m`
|
||||
NC='\033[m'
|
||||
Red='\033[1;31m'
|
||||
Blue='\033[1;34m'
|
||||
|
||||
if [ ! -f ~/.ssh/id_ed25519.pub ]
|
||||
then
|
||||
|
Loading…
x
Reference in New Issue
Block a user