fix shebang

NixOS & other OSs do not use /bin/bash for Bash.
This commit is contained in:
โทสฺตัล 2025-03-03 23:22:44 +07:00 committed by Collin Barrett
parent 3462098896
commit 8ef5234cdb

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Sorts json files by FilterLists conventions documented in Wiki.
jq -S ".|=sort_by(.dependencyFilterListId, .dependentFilterListId)" Dependent.json > Dependent.tmp