9 lines
122 B
Bash
9 lines
122 B
Bash
#!/usr/bin/env bash
|
|
|
|
set -eE
|
|
|
|
MAP="Banov"
|
|
DIR="Banov"
|
|
REPO="https://github.com/KubeloLive/${DIR}.git"
|
|
MPDIR="empty.banov"
|