From cc52de43568d8cd58c7e2ef4e5cecf609da28a9c Mon Sep 17 00:00:00 2001 From: felix Date: Thu, 3 Jun 2021 11:43:42 +0200 Subject: [cleanup] Point all shebang to `python3` (#372) Authored by: fstirlitz --- devscripts/make_readme.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'devscripts/make_readme.py') diff --git a/devscripts/make_readme.py b/devscripts/make_readme.py index 9cbf5b749..3f56af744 100755 --- a/devscripts/make_readme.py +++ b/devscripts/make_readme.py @@ -1,3 +1,8 @@ +#!/usr/bin/env python3 + +# yt-dlp --help | make_readme.py +# This must be run in a console of correct width + from __future__ import unicode_literals import io -- cgit v1.2.3