mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
04e3c964fb
* Added interpreter parameter to the script module * Let required and default parameters get documented implicitly for binary parameter * Renamed interpreter parameter to executable
3 lines
60 B
Python
3 lines
60 B
Python
import sys
|
|
|
|
sys.stdout.write("Script with shebang omitted")
|