#!/usr/bin/bash go build -o app && rm -fr app && echo "build test passed" || echo "build test FAILED!"