docs(examples): add posix.sh

This commit is contained in:
Maas Lalani 2022-07-28 12:22:48 -04:00
parent a1f42d99d4
commit 5c53322db9
No known key found for this signature in database
GPG key ID: 5A6ED5CBF1A0A000

5
examples/posix.sh Executable file
View file

@ -0,0 +1,5 @@
#!/bin/sh
echo "What's your favorite shell?"
gum choose "Posix" "Bash" "Zsh" "Fish" "Elvish"