1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-21 18:41:03 +00:00

Unify shebang for python scripts

This commit is contained in:
Lars Kruse 2020-10-28 23:38:41 +01:00
parent 8542c09283
commit a7139bcaee
42 changed files with 43 additions and 43 deletions

View file

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# based on https://github.com/pdbrown/munin-custom/blob/master/plugins/hashrate
# improved by @deveth0 (donation to 1GzHgp9hsDRsf96MnVk2oo6EG1VmWP9jGs :) )
# usage: link to btcguild_hashrate_YOURAPIKEY

View file

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# based on https://github.com/pdbrown/munin-custom/blob/master/plugins/hashrate
# improved by @deveth0 (donation to 1GzHgp9hsDRsf96MnVk2oo6EG1VmWP9jGs :) )
# usage: set your api key in node-config, eg

View file

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# based on https://github.com/pdbrown/munin-custom/blob/master/plugins/hashrate
# improved by @deveth0 (donation to 1GzHgp9hsDRsf96MnVk2oo6EG1VmWP9jGs :) )
# usage: set your api key in node-config, eg