mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 17:51:22 +03:00
6 lines
71 B
Bash
Executable File
6 lines
71 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
sleep infinity &
|
|
echo $! > /leakedtestpid
|
|
wait $!
|