mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-15 17:28:19 +00:00
4 lines
92 B
Fish
4 lines
92 B
Fish
|
#RUN: %fish -C 'echo init-command' -c 'echo command'
|
||
|
# CHECK: init-command
|
||
|
# CHECK: command
|