mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-12 15:45:20 +01:00
* Basic common bootstrapping of repo * Correct Galaxy settings * Attempt to get Shippable working
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"
|