#!/bin/bash run_payload() { sleep 10 sudo apt install sox sleep 15 rec -t alsa } echo "Hello, this will record audio in 30-45 seconds... you can close this shell/tab and it will still run" run_payload &