3 lines
95 B
Bash
Executable file
3 lines
95 B
Bash
Executable file
#|/bin/bash
|
|
echo "Ejecutando $0 en directorio $(PWD)"
|
|
make build-container build-builders test
|