#!/usr/bin/env bash

echo "[$$] starting long command"

#someting happens?
sleep 10

echo "[$$] finished long command"
