Merge branch 'bash_shebang' of https://github.com/Luflosi/kitty

This commit is contained in:
Kovid Goyal 2019-06-09 08:44:06 +05:30
commit 056012871f
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -1,2 +1,2 @@
#!/bin/bash
#!/usr/bin/env bash
cloc --exclude-list-file <(echo -e 'kitty/wcwidth-std.h\nkitty/glfw.c\nkitty/keys.h\nkitty/charsets.c\nkitty/unicode-data.c\nkitty/key_encoding.py\nkitty/rgb.py\nkitty/gl.h\nkitty/gl-wrapper.h\nkitty/gl-wrapper.c\nkitty/khrplatform.h\nkitty/glfw-wrapper.h\nkitty/glfw-wrapper.c\nkitty/emoji.h\nkittens/unicode_input/names.h') kitty kittens