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