mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-07-03 17:18:54 +00:00
7 lines
76 B
Bash
Executable file
7 lines
76 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -eux
|
|
|
|
source ../setup_paramiko/setup.sh
|
|
|
|
./test.sh
|