Improve scripts

This commit is contained in:
Tobias Reisinger 2022-10-17 18:49:58 +02:00
parent f94f6a1c60
commit b5764c0376
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
8 changed files with 28 additions and 16 deletions

View file

@ -1,3 +1,4 @@
#!/usr/bin/env bash
#!/usr/bin/env sh
vim $(grep $@)
# shellcheck disable=SC2046
vim $(grep "$@")