ansible/test/integration/roles/test_script/files/create_afile.sh

3 lines
38 B
Bash
Raw Normal View History

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