Set first env python to run script by shell

This commit is contained in:
Raimon Esteve 2022-01-27 16:25:40 +01:00
parent 081d08acae
commit 456b008ee6

View file

@ -1,5 +1,5 @@
# -*- encoding: utf-8 -*-
#!/usr/bin/env python
# -*- encoding: utf-8 -*-
import sys
dbname = sys.argv[1]