7/21
This commit is contained in:
13
bootstrap/bootstrap.sh
Normal file
13
bootstrap/bootstrap.sh
Normal file
@@ -0,0 +1,13 @@
|
||||
#!/bin/sh
|
||||
|
||||
red="\033[1;31m"
|
||||
green="\033[1;32m"
|
||||
yellow="\033[1;33m"
|
||||
blue="\033[1;34m"
|
||||
reset="\033[m"
|
||||
check="\xE2\x9C\x93"
|
||||
error="\xE2\x9C\x95"
|
||||
warning="\x21"
|
||||
question="\x3F"
|
||||
|
||||
mkdirs() {}
|
||||
Reference in New Issue
Block a user