12345678910 #!/bin/bashset -excip sudo apt-get updatecip sudo apt-get install g++ cmake m4if [[ ! -z "$CIP_PACKAGES" ]]; then cip exec cpanm -n $CIP_PACKAGESfi
#!/bin/bash
set -ex
cip sudo apt-get update
cip sudo apt-get install g++ cmake m4
if [[ ! -z "$CIP_PACKAGES" ]]; then
cip exec cpanm -n $CIP_PACKAGES
fi