diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-03-09 17:49:23 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-03-09 17:49:23 +0900 |
| commit | 6f5e8a6db7ebceeb0640b4debfa2d8a90c449ec5 (patch) | |
| tree | 6a20612ce79d9d31270adaa09900602e220f4f7d /config/hypr/scripts | |
| parent | 1b09761971b8793cde64bad17200c3e404ef3ac7 (diff) | |
added shebang on rofiserch.sh cause debian and ubuntu cannot interpret as script without shebang
Diffstat (limited to 'config/hypr/scripts')
| -rwxr-xr-x | config/hypr/scripts/RofiSearch.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/hypr/scripts/RofiSearch.sh b/config/hypr/scripts/RofiSearch.sh index e4b4f6af..aa20546d 100755 --- a/config/hypr/scripts/RofiSearch.sh +++ b/config/hypr/scripts/RofiSearch.sh @@ -1,3 +1,4 @@ +#!/bin/bash # /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ ## # For Searching via web browsers |
