summarylogtreecommitdiffstats
path: root/0001-Add-shebang-line.patch
blob: d8874b6acd14895c51a6d7aeebe3ba4e9a0c6b09 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
From e25a0360d3b4c8b21863689c2716477e5b02df45 Mon Sep 17 00:00:00 2001
From: RONTheCookie <ronthecookie0101@gmail.com>
Date: Thu, 11 Apr 2019 12:52:28 +0300
Subject: [PATCH] Add shebang line

---
 jumpcutter.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/jumpcutter.py b/jumpcutter.py
index 8b59e3d..1fba6f3 100644
--- a/jumpcutter.py
+++ b/jumpcutter.py
@@ -1,3 +1,4 @@
+#!/usr/bin/env python 
 from contextlib import closing
 from PIL import Image
 import subprocess
-- 
2.21.0