Update teammate.sh
Browse files- teammate.sh +5 -1
teammate.sh
CHANGED
|
@@ -1,5 +1,9 @@
|
|
| 1 |
#!/bin/bash
|
| 2 |
-
#
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
|
| 4 |
RED='\033[0;31m'
|
| 5 |
GREEN='\033[0;32m'
|
|
|
|
| 1 |
#!/bin/bash
|
| 2 |
+
# =============================================================
|
| 3 |
+
# Hackathon Setup each for teammates
|
| 4 |
+
# Make changes in CONFIGURATION section before running
|
| 5 |
+
# Run with: source teammate.sh
|
| 6 |
+
# =============================================================
|
| 7 |
|
| 8 |
RED='\033[0;31m'
|
| 9 |
GREEN='\033[0;32m'
|