forked from aniani/vim
5 lines
38 B
Bash
5 lines
38 B
Bash
![]() |
#!/bin/dash
|
||
|
|
||
|
echo ${foo:-'string \'}
|
||
|
|