mirror of
https://github.com/kmein/niveum
synced 2026-03-17 02:31:09 +01:00
fix(scripts): bash shebang
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
file="$(rg "$@" | fzf -0 -1 | awk -F: '{print $1}')"
|
||||
|
||||
if [[ -n $file ]]
|
||||
|
||||
Reference in New Issue
Block a user