Skip to content

Instantly share code, notes, and snippets.

@stefanpejcic
Created June 21, 2023 16:12
Show Gist options
  • Save stefanpejcic/8ad4abff5737ed840a772b692dca5888 to your computer and use it in GitHub Desktop.
Save stefanpejcic/8ad4abff5737ed840a772b692dca5888 to your computer and use it in GitHub Desktop.
#!/bin/bash
echo "This is your chance now to cancel the update process."
echo "You can hit CTRL-C to abort, otherwise the install starts in a few seconds."
for ((i=1; i<=6; i++))
do
sleep 1
echo -n "."
done
echo "running"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment