Timeout isn't actually nice in reality

This commit is contained in:
David Heinemeier Hansson
2026-02-04 21:43:41 +01:00
parent 4ba39ba73c
commit 63fc96a541

View File

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