#! /bin/bash set -e set -o pipefail set -u echo GCC echo gcc ./*.{h,c} echo CINTEROP cinterop -def helloworld.def -compiler-option -I. -o helloworld echo LS ls ./helloworld.klib ./helloworld-build/kotlin