chore: use portable shebangs consistently (#3141)

use portable shebangs consistently
This commit is contained in:
Lorentz Lasson 2025-06-02 01:21:07 +02:00 committed by GitHub
parent ebcaccda1c
commit 1c733e8c19
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View File

@ -1,3 +1,3 @@
#!/bin/sh
#!/usr/bin/env sh
make

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
out=$(grep -nr "^--- @" lua)

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env sh
# run after changing nvim-tree.lua DEFAULT_OPTS or keymap.lua M.default_on_attach
# scrapes and updates nvim-tree-lua.txt

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env sh
# Performs a lua-language-server check on all files.
# luals-out/check.json will be produced on any issues, returning 1.