mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-21 20:24:09 +02:00
parent
6c4dd6a7e6
commit
337554a594
1 changed files with 1 additions and 1 deletions
|
@ -17,4 +17,4 @@
|
|||
|
||||
- Create a menu from a Bash array:
|
||||
|
||||
`{{fruits}}={{(apple orange pear banana)}}; select {{word}} in ${{{fruits[@]}}}; do echo ${{word}}; done`
|
||||
`{{fruits}}=({{apple orange pear banana}}); select {{word}} in ${{{fruits[@]}}}; do echo ${{word}}; done`
|
||||
|
|
Loading…
Add table
Reference in a new issue