Like sleep but with a visual progress indicator and more explicit param names.
cargo r --release -- --minutes 30 && osascript -e 'display notification "Check your MRs build status" with title "MR" sound name "Submarine"'
cargo install sleep-interactive
cargo bump --git-tag && sleep 1 && git add . && git commit --amend && git push --all
cargo build && cargo test && cargo bench && cargo fmt --check && cargo doc && cargo clippy