From 563bcb03727834ef4367883d02c98fd5eb86d925 Mon Sep 17 00:00:00 2001 From: Nicolas ELIE Date: Sat, 26 Jul 2014 16:12:40 +0200 Subject: [PATCH] Added python shebang Added python shebang to be able to launch script directly --- src/img2pdf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/img2pdf.py b/src/img2pdf.py index 2695125..90795f0 100755 --- a/src/img2pdf.py +++ b/src/img2pdf.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python2 + # Copyright (C) 2012-2014 Johannes 'josch' Schauer # # This program is free software: you can redistribute it and/or