Shebang fixed
This commit is contained in:
parent
802368ba4c
commit
a367a37633
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/python
|
||||
#!/usr/bin/env python3
|
||||
#
|
||||
# c4ctrl: Command line client for AutoC4
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/python
|
||||
#!/usr/bin/env python3
|
||||
#
|
||||
# kitchentext: Read text from stdin and put it on the Kitchenlight
|
||||
|
||||
|
|
Loading…
Reference in a new issue