This website requires JavaScript.
Explore
Help
Sign in
ansible
/
community.general
Watch
1
Star
0
Fork
You've already forked community.general
0
mirror of
https://github.com/ansible-collections/community.general.git
synced
2024-09-14 20:13:21 +02:00
Code
Releases
Activity
dd24c98fe5
community.general
/
tests
/
integration
/
targets
/
pids
/
files
/
obtainpid.sh
4 lines
48 B
Bash
Raw
Normal View
History
Unescape
Escape
Initial commit
2020-03-09 10:11:07 +01:00
#!/usr/bin/env bash
pids: re-enabled tests on Alpine Linux (#4405) * [WIP] pids: re-enabled tests on Alpine Linux * trying to compile a simple-faked sleep command * make FreeBSD happy * remove the block testing for Alpine Linux * simpler version of sleeper.c * simpler version of sleeper.c, part II * Update tests/integration/targets/pids/tasks/main.yml Co-authored-by: Felix Fontein <felix@fontein.de> * Update tests/integration/targets/pids/tasks/main.yml Co-authored-by: Felix Fontein <felix@fontein.de> * added license to sleeper.c file Co-authored-by: Felix Fontein <felix@fontein.de>
2022-04-02 08:18:19 +02:00
"
$1
"
100
&
Initial commit
2020-03-09 10:11:07 +01:00
echo
"
$!
"
>
"
$2
"
Copy permalink