fix: #!/usr/bin/env

This commit is contained in:
2025-08-10 21:41:02 +02:00
parent a37c93245c
commit a0b3a7a672
10 changed files with 12 additions and 12 deletions

View File

@@ -1,9 +1,9 @@
#!/bin/env bash
#!/usr/bin/env bash
HIGHLIGHT_COLOR="#cdd6f4" # text
NORMAL_COLOR="#7f849c" # overlay1
TARGET_LINE=1
[ -n $1 ] && TARGET_LINE="$1"
[ -n "$1" ] && TARGET_LINE="$1"
mapfile -t lines