mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
fix shebang
NixOS & other OSs do not use /bin/bash for Bash.
This commit is contained in:
parent
3462098896
commit
8ef5234cdb
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue