diff options
Diffstat (limited to 'devscripts/make_readme.py')
-rwxr-xr-x | devscripts/make_readme.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/devscripts/make_readme.py b/devscripts/make_readme.py index 8fbce07..1a9a017 100755 --- a/devscripts/make_readme.py +++ b/devscripts/make_readme.py @@ -1,3 +1,8 @@ +#!/usr/bin/env python3 + +# hypervideo --help | make_readme.py +# This must be run in a console of correct width + from __future__ import unicode_literals import io |