mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
4 lines
49 B
Bash
4 lines
49 B
Bash
#!/usr/bin/env bash
|
|
"$1" 100 &
|
|
echo "$!" > "$2"
|