mirror of
https://github.com/vim/vim.git
synced 2026-05-02 16:36:24 +02:00
5 lines
38 B
Bash
5 lines
38 B
Bash
|
|
#!/bin/dash
|
||
|
|
|
||
|
|
echo ${foo:-'string \'}
|
||
|
|
|