mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-11 23:25:28 +01:00
Remove legacy shippable files and shippable references from ignore files. Move CI utility scripts to AZP config.
5 lines
82 B
Bash
Executable file
5 lines
82 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -o pipefail -eu
|
|
|
|
"$@" 2>&1 | "$(dirname "$0")/timing.py"
|