mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 00:51:24 +03:00
0ee994836c
<< EOF → <<EOF > foo < bar → >foo <bar
6 lines
70 B
Bash
Executable File
6 lines
70 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
sleep infinity &
|
|
echo $! >/leakedtestpid
|
|
wait $!
|