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

3 lines
38 B
Bash
Raw Normal View History

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