mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-09 07:33:00 +08:00
4 lines
110 B
Fish
4 lines
110 B
Fish
#RUN: %fish -C 'echo init-command' -C 'echo 2nd init-command'
|
|
# CHECK: init-command
|
|
# CHECK: 2nd init-command
|