mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-29 05:03:46 +08:00
2cabcf4ad4
Stop printing usage information when error isn't a usage problem. Add simple test for bg and fg
5 lines
37 B
Plaintext
5 lines
37 B
Plaintext
sleep 1 &
|
|
sleep 1 &
|
|
jobs -c
|
|
bg 3
|
|
fg 3 |