Describe the rest of the bins

This commit is contained in:
David Heinemeier Hansson
2026-02-07 10:50:48 +01:00
parent ea24b0dc68
commit 9741b29a7c
13 changed files with 34 additions and 0 deletions

View File

@@ -1,4 +1,7 @@
#!/bin/bash
# Display a "Done!" message with a spinner and wait for user to press any key.
# Used by various install scripts to indicate completion.
echo
gum spin --spinner "globe" --title "Done! Press any key to close..." -- bash -c 'read -n 1 -s'