Skip to content

Commit

Permalink
Make files with shebangs executable
Browse files Browse the repository at this point in the history
  • Loading branch information
neob91-close committed Dec 12, 2024
1 parent 3f6435f commit b8e2f6d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bin/get-accounts-for-host.py
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python # noqa: EXE001, N999
#!/usr/bin/env python # noqa: N999


import click
Expand Down
2 changes: 1 addition & 1 deletion bin/restart-forgotten-accounts.py
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python # noqa: EXE001, N999
#!/usr/bin/env python # noqa: N999

import time

Expand Down
2 changes: 1 addition & 1 deletion bin/set-desired-host.py
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python # noqa: EXE001, N999
#!/usr/bin/env python # noqa: N999


import click
Expand Down
2 changes: 1 addition & 1 deletion bin/set-throttled.py
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python # noqa: EXE001, N999
#!/usr/bin/env python # noqa: N999
# throttle or unthrottle an account


Expand Down

0 comments on commit b8e2f6d

Please sign in to comment.