mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 20:01:25 -07:00
* 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")
|