Let the done screen time out in 7 seconds

This commit is contained in:
David Heinemeier Hansson
2026-01-31 12:43:34 +01:00
parent 9d07cc884c
commit 4348ab6ef1

View File

@@ -1,4 +1,4 @@
#!/bin/bash
echo
gum spin --spinner "globe" --title "Done! Press any key to close..." -- bash -c 'read -n 1 -s'
gum spin --spinner "globe" --title "Done! Press any key to close..." -- bash -c 'read -t 7 -n 1 -s'