mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-25 20:41:15 -03:00
3 lines
57 B
Fish
3 lines
57 B
Fish
#RUN: %fish -c 'set foo bar' -c 'echo $foo'
|
|
# CHECK: bar
|