7 lines
44 B
Bash
Executable file
7 lines
44 B
Bash
Executable file
#!/bin/bash
|
|
|
|
set -ex
|
|
|
|
buildenv() {
|
|
"$@"
|
|
}
|