From 1580f24bc1d566c05f6109e95b13a8d9926c0b11 Mon Sep 17 00:00:00 2001 From: Leonardo Graboski Veiga Date: Tue, 1 Dec 2020 15:17:24 -0300 Subject: [PATCH] Add shebang to Python script The shebang allows the direct execution of the script. --- toggl2openerp.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/toggl2openerp.py b/toggl2openerp.py index 3e4194d..f889b54 100755 --- a/toggl2openerp.py +++ b/toggl2openerp.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python3 + import pandas as pd import sys