Commit Graph

6 Commits (5e9b763937a98f4915b01e1eb2eb5fd618281881)

Author SHA1 Message Date
Matt Clay 75c281debc Fix compile errors in scripts. 8 years ago
Matt Clay 0d46805979 Clean up shebangs for various files.
- Remove shebangs from:
  - ini files
  - unit tests
  - module_utils
  - plugins
  - module_docs_fragments
  - non-executable Makefiles
- Change non-modules from '/usr/bin/python' to '/usr/bin/env python'.
- Change '/bin/env' to '/usr/bin/env'.

Also removed main functions from unit tests (since they no longer
have a shebang) and fixed a python 3 compatibility issue with
update_bundled.py so it does not need to specify a python 2 shebang.

A script was added to check for unexpected shebangs in files.
This script is run during CI on Shippable.
8 years ago
Shota 47f715fb37 Fix some typos (#16498) 8 years ago
b4ldr 439baf004e update uptime script to use version 2.0 of the api 9 years ago
Michael DeHaan 9fa014f76d Fix uptime example in examples/scripts 12 years ago
Michael DeHaan 2e1b59a9d2 restructure the examples directory 13 years ago