Shebang/env for script execution

This commit is contained in:
Darksider3 2019-10-22 13:51:01 +02:00
parent 6ea679cb60
commit 24eee6e84e
3 changed files with 2 additions and 0 deletions

0
private/Backup.py Normal file → Executable file
View file

2
private/Import.py Normal file → Executable file
View file

@ -1,3 +1,5 @@
#!/usr/bin/env python3
import csv
import os
import configparser

0
private/ListUsers.py Normal file → Executable file
View file