hacer posible cambiar el entorno

This commit is contained in:
void 2021-05-16 16:22:58 +00:00
parent cd2d801b27
commit 0b0aaa2a2b

View file

@ -8,7 +8,8 @@ uname -m | grep -q x86_64 || exit 1
# Sutty tiene que estar clonada en el directorio anterior
test -d ../sutty/.git || git clone git@0xacab.org:sutty/sutty.git ../sutty
ENTORNO=../hain
# Podemos cambiar el entorno
ENTORNO=${ENTORNO:-../hain}
correr() {
echo "> $1"