#!/bin/bash set -e apt install -y golang go run main.go echo "Done running!"