hackerb9 / lsix

Like "ls", but for images. Shows thumbnails in terminal using sixel graphics.
GNU General Public License v3.0
3.99k stars 129 forks source link

Avoid "invalid timeout specification" error in bash3 #1

Closed saitoha closed 7 years ago

saitoha commented 7 years ago

This is a little workaround for my environment.

$ bash --version
GNU bash, version 3.2.57(1)-release (x86_64-apple-darwin15)
Copyright (C) 2007 Free Software Foundation, Inc.
$ read -t 0.1
-bash: read: 0.1: invalid timeout specification
hackerb9 commented 7 years ago

Merged. Thank you.