From 5f411e09e24a13f9415e0c3eb8c33bf5e1828873 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kjist=C3=B3f?= Date: Tue, 22 Aug 2017 01:30:13 +0200 Subject: [PATCH] added shebang line for easy symlinking purposes --- coub-dl.py | 1 + 1 file changed, 1 insertion(+) mode change 100644 => 100755 coub-dl.py diff --git a/coub-dl.py b/coub-dl.py old mode 100644 new mode 100755 index 7389f8f..ed4d674 --- a/coub-dl.py +++ b/coub-dl.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python3 # Copyright © 2017 Kristof Toth # This program is free software. It comes without any warranty, to the extent # permitted by applicable law. You can redistribute it and/or modify it under the