mirror of
https://git.pleroma.social/pleroma/relay.git
synced 2025-01-31 19:29:11 +00:00
add shebang to dev script
This commit is contained in:
parent
ffed955ab3
commit
fd0b9fb723
1 changed files with 1 additions and 0 deletions
1
dev.py
Normal file → Executable file
1
dev.py
Normal file → Executable file
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/env python3
|
||||
import click
|
||||
import platform
|
||||
import shutil
|
||||
|
|
Loading…
Reference in a new issue