Shebang/env for script execution
This commit is contained in:
parent
6ea679cb60
commit
24eee6e84e
3 changed files with 2 additions and 0 deletions
0
private/Backup.py
Normal file → Executable file
0
private/Backup.py
Normal file → Executable file
2
private/Import.py
Normal file → Executable file
2
private/Import.py
Normal file → Executable file
|
@ -1,3 +1,5 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
import csv
|
||||
import os
|
||||
import configparser
|
||||
|
|
0
private/ListUsers.py
Normal file → Executable file
0
private/ListUsers.py
Normal file → Executable file
Loading…
Reference in a new issue