Add shebangs and make files executable.
This commit is contained in:
parent
83fc9abb20
commit
edd404beef
2 changed files with 5 additions and 1 deletions
2
Server.py
Normal file → Executable file
2
Server.py
Normal file → Executable file
|
@ -1,2 +1,4 @@
|
||||||
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
import fl0w
|
import fl0w
|
||||||
import Server.Server
|
import Server.Server
|
||||||
|
|
2
Wallaby.py
Normal file → Executable file
2
Wallaby.py
Normal file → Executable file
|
@ -1,2 +1,4 @@
|
||||||
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
import fl0w
|
import fl0w
|
||||||
import Wallaby.Wallaby
|
import Wallaby.Wallaby
|
Reference in a new issue