ansible/test/integration/targets/script/files/create_afile.sh

3 lines
38 B
Bash
Raw Normal View History

#!/usr/bin/env bash
echo "win" > "$1"